blob: 6b9d17cef8a0179a0e6035c5fedac1afa1236adf [file] [log] [blame]
//@ runFTLNoCJIT
//@ slow! if $model == "Apple Watch Series 3"
// 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 = "sub";
var op = "-";
load("./resources/binary-op-values.js");
tests = [];
generateBinaryTests(tests, opName, op, "VarVar", values, values);
run();