Index: test/mjsunit/ignition/stack-trace-source-position.js |
diff --git a/test/mjsunit/ignition/stack-trace-source-position.js b/test/mjsunit/ignition/stack-trace-source-position.js |
index ce236c398c480ca296ae6d32dc59afbdb16cc1b0..b82263ff30450936cc489aed5bc4a954f52f3006 100644 |
--- a/test/mjsunit/ignition/stack-trace-source-position.js |
+++ b/test/mjsunit/ignition/stack-trace-source-position.js |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --ignition-filter=f |
// Flags: --no-turbo |
// TODO(yangguo): fix for turbofan |
@@ -16,6 +15,6 @@ function f(x) { |
var stack_lines = f(2).split("\n"); |
-assertTrue(/at f \(.*?:12:12\)/.test(stack_lines[1])); |
-assertTrue(/at f \(.*?:14:10\)/.test(stack_lines[2])); |
-assertTrue(/at f \(.*?:14:10\)/.test(stack_lines[3])); |
+assertTrue(/at f \(.*?:11:12\)/.test(stack_lines[1])); |
+assertTrue(/at f \(.*?:13:10\)/.test(stack_lines[2])); |
+assertTrue(/at f \(.*?:13:10\)/.test(stack_lines[3])); |