From 9fdab9189982439dffa00230966ad0a49ea907b2 Mon Sep 17 00:00:00 2001 From: Lars T Hansen Date: Fri, 9 Oct 2015 11:53:31 +0100 Subject: [PATCH] Bug 1212390 - correct test case. r=jonco --- js/src/jit-test/tests/gc/bug-1210607.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jit-test/tests/gc/bug-1210607.js b/js/src/jit-test/tests/gc/bug-1210607.js index 8e9174f0a47..fefbd95f4a4 100644 --- a/js/src/jit-test/tests/gc/bug-1210607.js +++ b/js/src/jit-test/tests/gc/bug-1210607.js @@ -6,4 +6,4 @@ if (!('oomAfterAllocations' in this)) var g = newGlobal(); x = Debugger(g); selectforgc(g); -oomAfterAllocations(0); +oomAfterAllocations(1);