| Index: tests/compiler/dart2js_extra/26243_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/26243_test.dart b/tests/compiler/dart2js_extra/26243_test.dart
|
| index 156f54d1a49ca4849a64727d3d28c038280ef068..7f09cf338173d41a03eba4e51f8bab3409c3c236 100644
|
| --- a/tests/compiler/dart2js_extra/26243_test.dart
|
| +++ b/tests/compiler/dart2js_extra/26243_test.dart
|
| @@ -35,6 +35,6 @@ void main() {
|
| foo();
|
| bar();
|
| baz();
|
| - Expect.listEquals(['foo 0 1', 'bar 0 1', 'baz-notry 0 1', 'baz-try 0 1'],
|
| - trace);
|
| + Expect.listEquals(
|
| + ['foo 0 1', 'bar 0 1', 'baz-notry 0 1', 'baz-try 0 1'], trace);
|
| }
|
|
|