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