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

Unified Diff: tests/lib_strong/mirrors/regress_16321_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/lib_strong/mirrors/regress_16321_test.dart
diff --git a/tests/lib_strong/mirrors/regress_16321_test.dart b/tests/lib_strong/mirrors/regress_16321_test.dart
index c717b7910638baaaa457363bf62a8301ed977f9d..4c4867196dd5dc02e7ffc99fc84cb6f1b9d50830 100644
--- a/tests/lib_strong/mirrors/regress_16321_test.dart
+++ b/tests/lib_strong/mirrors/regress_16321_test.dart
@@ -12,7 +12,7 @@ class TypedBox {
const TypedBox(this.contents);
}
-@TypedBox('foo') /// 01: static type warning, checked mode compile-time error
+@TypedBox('foo') //# 01: static type warning, checked mode compile-time error
@TypedBox(const ['foo'])
class C {}

Powered by Google App Engine
This is Rietveld 408576698