Fix lost code in branch merge

This commit is contained in:
William S Fulton 2013-09-17 20:28:09 +01:00
commit 16c7ef3142
2 changed files with 4 additions and 0 deletions

View file

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