| Index: runtime/vm/object_test.cc
|
| diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc
|
| index df9a50c2075d7cadd73c5b2af546232fecf32b38..94f2b1817ed8f1a58c19f2cfde785fd7bfc2d1a0 100644
|
| --- a/runtime/vm/object_test.cc
|
| +++ b/runtime/vm/object_test.cc
|
| @@ -3230,13 +3230,13 @@ TEST_CASE(StackTraceFormat) {
|
| "Unhandled exception:\n"
|
| "MyException\n"
|
| "#0 baz (test-lib:2:3)\n"
|
| - "#1 _OtherClass._OtherClass._named (test-lib:7:8)\n"
|
| + "#1 _OtherClass._OtherClass._named (test-lib:7:5)\n"
|
| "#2 globalVar= (test-lib:12:7)\n"
|
| "#3 _bar (test-lib:16:3)\n"
|
| - "#4 MyClass.field (test-lib:25:9)\n"
|
| + "#4 MyClass.field (test-lib:25:5)\n"
|
| "#5 MyClass.foo.fooHelper (test-lib:30:7)\n"
|
| "#6 MyClass.foo (test-lib:32:14)\n"
|
| - "#7 MyClass.MyClass.<anonymous closure> (test-lib:21:15)\n"
|
| + "#7 MyClass.MyClass.<anonymous closure> (test-lib:21:12)\n"
|
| "#8 MyClass.MyClass (test-lib:21:18)\n"
|
| "#9 main.<anonymous closure> (test-lib:37:14)\n"
|
| "#10 main (test-lib:37:24)");
|
|
|