Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tests/language/constant_type_literal_test.dart

Issue 2765693002: Update all tests (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/constant_type_literal_test.dart
diff --git a/tests/language/constant_type_literal_test.dart b/tests/language/constant_type_literal_test.dart
index a63ec1b60b4c41f2d0889a95ec8506272c8c16ff..6243a7d2956a023e622537581942ff5a9f9af6bf 100644
--- a/tests/language/constant_type_literal_test.dart
+++ b/tests/language/constant_type_literal_test.dart
@@ -7,7 +7,7 @@
class C<T> {
void m() {
const List lst = const [
- T /// 01: compile-time error
+ T //# 01: compile-time error
];
}
}

Powered by Google App Engine
This is Rietveld 408576698