[tests] ResolveEventHandler that returns an AssemblyBuilder shouldn't crash mono
[mono.git] / mono / tests / box.cs
old mode 100755 (executable)
new mode 100644 (file)
index 0050060..6ca47d6
@@ -7,6 +7,7 @@ public class Test {
        {
                int i = 123;
                object o = i;
+
                int j = (int) o;
 
                if (i != j)