blob: baea7e8ba73da49f6f72767147a6760972a78d26 [file] [log] [blame]
//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
// If all goes well, this test module will terminate silently. If not, it will print
// errors. See binary-op-test.js for debugging options if needed.
load("./resources/binary-op-test.js", "caller relative");
//============================================================================
// Test configuration data:
var opName = "mod";
var op = "%";
load("./resources/binary-op-values.js", "caller relative");
tests = [];
generateBinaryTests(tests, opName, op, "ConstVar", values, values);
run();