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