Fix ancient merge error

in 75d2abfddb
This commit is contained in:
William S Fulton 2014-06-20 20:12:10 +01:00
commit 2f01e5468f

View file

@ -26,6 +26,8 @@ public class special_variable_macros_runme {
throw new RuntimeException("test failed");
if (!special_variable_macros.testJim(name).equals("multiname num"))
throw new RuntimeException("test failed");
if (special_variable_macros.testJohn(new PairIntBool(10, false)) != 123)
throw new RuntimeException("test failed");
NewName newName = NewName.factory("factoryname");
name = newName.getStoredName();
}