blob: cb14aedf5fd1a766f0b7a9cccae2dabd919f164f [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 = "urshift";
var op = ">>>";
load("./resources/binary-op-values.js");
tests = [];
generateBinaryTests(tests, opName, op, "VarVar", values, values);
run();