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

Unified Diff: tests/language/cyclic_metadata_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/cyclic_metadata_test.dart
diff --git a/tests/language/cyclic_metadata_test.dart b/tests/language/cyclic_metadata_test.dart
index b420ca8aea7d6fdc595533cf4f3121566905db0a..d36b9295b3e01ac3c19ac4a8e055625a64c9fd29 100644
--- a/tests/language/cyclic_metadata_test.dart
+++ b/tests/language/cyclic_metadata_test.dart
@@ -5,10 +5,10 @@
// Check that metadata on a class 'Super' using subtypes of 'Super' are not
// considered as cyclic inheritance or lead to crashes.
-@Sub1(0) /// 01: ok
+@Sub1(0) //# 01: ok
class Super {
final field;
- @Sub2(1) /// 02: ok
+ @Sub2(1) //# 02: ok
const Super(this.field);
}

Powered by Google App Engine
This is Rietveld 408576698