making icode generation test not mutually exclusive with the REPL.
git-svn-id: svn://10.0.0.236/trunk@65263 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -422,9 +422,8 @@ int main(int argc, char **argv)
|
||||
World world;
|
||||
#if 0
|
||||
testICG(world);
|
||||
#else
|
||||
readEvalPrint(std::cin, world);
|
||||
#endif
|
||||
readEvalPrint(std::cin, world);
|
||||
return 0;
|
||||
|
||||
//return ProcessArgs(argv + 1, argc - 1);
|
||||
|
||||
Reference in New Issue
Block a user