| Index: tests/language_strong/const_escape_frog_test.dart
|
| diff --git a/tests/language_strong/const_escape_frog_test.dart b/tests/language_strong/const_escape_frog_test.dart
|
| index 1cb6cd23c4a20d6bc0106c6d8940ffd6fd5f2971..03800587529b0f330742832013fa9942e5235e5d 100644
|
| --- a/tests/language_strong/const_escape_frog_test.dart
|
| +++ b/tests/language_strong/const_escape_frog_test.dart
|
| @@ -7,7 +7,7 @@
|
| import "package:expect/expect.dart";
|
|
|
| class Foo {
|
| - final Bar<Foo> bar = const Bar/* comment here use to trigger bug 323 */();
|
| + final Bar<Foo> bar = const Bar /* comment here use to trigger bug 323 */ ();
|
| }
|
|
|
| class Bar<T extends Foo> {
|
|
|