| Index: dart/frog/tests/leg/src/StaticClosureTest.dart
|
| diff --git a/dart/frog/tests/leg/src/StaticClosureTest.dart b/dart/frog/tests/leg/src/StaticClosureTest.dart
|
| index 9aab1a1dd7f281004449c3071617c98245e348ee..a93a8665367a32f49130fcf95f17c2fe752d7d4f 100644
|
| --- a/dart/frog/tests/leg/src/StaticClosureTest.dart
|
| +++ b/dart/frog/tests/leg/src/StaticClosureTest.dart
|
| @@ -16,5 +16,5 @@ main() {
|
|
|
| // If this test fail, please take a look at the use of
|
| // toStringWrapper in captureStackTrace in js_helper.dart.
|
| - Expect.isTrue(code.contains(@'print$1($.main$0);'));
|
| + Expect.isTrue(code.contains(@'print($.main);'));
|
| }
|
|
|