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

Unified Diff: tests/language_strong/super_call3_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_strong/super_call3_test.dart
diff --git a/tests/language_strong/super_call3_test.dart b/tests/language_strong/super_call3_test.dart
index 81b19c168d9349f5c783fd6f5c1c6bbdf1cf0c08..890bf01320c917e7b5cf2bdd31bd331c77a0eb4c 100644
--- a/tests/language_strong/super_call3_test.dart
+++ b/tests/language_strong/super_call3_test.dart
@@ -8,7 +8,7 @@ import "package:expect/expect.dart";
class A {
A(
- this.x /// 01: compile-time error
+ this.x //# 01: compile-time error
);
final foo = 499;
}
@@ -23,7 +23,7 @@ class B2 extends A {
class C {
C
- .named /// 02: compile-time error
+ .named //# 02: compile-time error
();
final foo = 499;
}

Powered by Google App Engine
This is Rietveld 408576698