Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Apr 4, 2019
1 parent e3f62de commit ceb3283
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/Microsoft.Dynamic.Test/LightExceptionTests.cs
Expand Up @@ -293,5 +293,10 @@ public LightExBinder(string name, bool supportsLightEx)

#endregion
}

[Test]
public static void IronPython2_Gh563() {
LightExceptions.Rewrite(Expression.Constant(3.14, typeof(double))).Reduce();
}
}
}

0 comments on commit ceb3283

Please sign in to comment.