зеркало из https://github.com/mozilla/gecko-dev.git
making icode generation test not mutually exclusive with the REPL.
This commit is contained in:
Родитель
dde290c866
Коммит
cf49d1a5d6
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче