Make javascript test-suite work with nodejs.
This commit is contained in:
parent
cef82c720f
commit
8bbd928831
37 changed files with 98 additions and 39 deletions
|
|
@ -1,6 +1,8 @@
|
|||
var enum_template = require("./enum_template");
|
||||
|
||||
if (enum_template.MakeETest() != 1)
|
||||
throw "RuntimeError";
|
||||
|
||||
if (enum_template.TakeETest(0) != null)
|
||||
throw "RuntimeError";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue