diff options
Diffstat (limited to 'js/src/jit-test/tests/asm.js/testBug1255954.js')
-rw-r--r-- | js/src/jit-test/tests/asm.js/testBug1255954.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jit-test/tests/asm.js/testBug1255954.js b/js/src/jit-test/tests/asm.js/testBug1255954.js index 004136bc18..2e1d38de12 100644 --- a/js/src/jit-test/tests/asm.js/testBug1255954.js +++ b/js/src/jit-test/tests/asm.js/testBug1255954.js @@ -1,4 +1,4 @@ -// |jit-test| slow; skip-if: !('oomTest' in this) +// |jit-test| slow const USE_ASM = '"use asm";'; function asmCompile() { |