blob: 100cd9bad55fdd189953416d5440e2d3c31026ff [file] [log] [blame]
//@ runFTLNoCJIT
// 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");
//============================================================================
// Test configuration data:
var opName = "rshift";
var op = ">>";
load("./resources/binary-op-values.js");
tests = [];
generateBinaryTests(tests, opName, op, "VarConst", values, values);
run();