fixing windows bustage.

git-svn-id: svn://10.0.0.236/trunk@67597 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-04-29 00:29:56 +00:00
parent c3b85c7d3f
commit 8249e64a0a
6 changed files with 14 additions and 8 deletions

View File

@@ -591,7 +591,8 @@ int main(int argc, char **argv)
#endif
#if 1
using namespace JavaScript::Shell;
using namespace JavaScript;
using namespace Shell;
assert(testFactorial(world, 5) == 120);
assert(testObjects(world, 5) == 5);