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

Unified Diff: tests/language/super_call3_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (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
« no previous file with comments | « tests/language/super_bound_closure_test.dart ('k') | tests/language/super_conditional_operator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/super_call3_test.dart
diff --git a/tests/language/super_call3_test.dart b/tests/language/super_call3_test.dart
index a477cfa15b769990e17a3edc577d08bdd18e4965..56762fc0ea0c08babb8e9dc67ccb89827e88b046 100644
--- a/tests/language/super_call3_test.dart
+++ b/tests/language/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;
}
« no previous file with comments | « tests/language/super_bound_closure_test.dart ('k') | tests/language/super_conditional_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698