4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
var using2 = require("./using2");
|
|
|
|
if (using2.spam(37) != 37)
|
|
throw "RuntimeError";
|