| Index: tests/lib/mirrors/type_variable_owner_test.dart
|
| diff --git a/tests/lib/mirrors/type_variable_owner_test.dart b/tests/lib/mirrors/type_variable_owner_test.dart
|
| index 5b61831d0eb41b62358fe050b5078a1358d2ead2..a44bf9d904862ace5ed0849e02e84ed4e1de188c 100644
|
| --- a/tests/lib/mirrors/type_variable_owner_test.dart
|
| +++ b/tests/lib/mirrors/type_variable_owner_test.dart
|
| @@ -50,5 +50,5 @@ testTypeVariableOfTypedef() {
|
|
|
| main() {
|
| testTypeVariableOfClass();
|
| - testTypeVariableOfTypedef(); // /// 01: ok
|
| + testTypeVariableOfTypedef(); // //# 01: ok
|
| }
|
|
|