| Index: tests/language/create_unresolved_type_test.dart
|
| diff --git a/tests/language/create_unresolved_type_test.dart b/tests/language/create_unresolved_type_test.dart
|
| index 558a14a844e3bef9c3e76352b080fdfe32c2c041..c9fda0e1280f3ed2ce0f0fb285c1b925280fb86d 100644
|
| --- a/tests/language/create_unresolved_type_test.dart
|
| +++ b/tests/language/create_unresolved_type_test.dart
|
| @@ -3,5 +3,5 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| main() {
|
| - new F<int>(); // /// 01: runtime error, static type warning
|
| + new F<int>(); // //# 01: runtime error, static type warning
|
| }
|
|
|