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

Unified Diff: tests/language/null_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/null_is_bottom_type_test.dart ('k') | tests/language/number_identifier_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/null_test.dart
diff --git a/tests/language/null_test.dart b/tests/language/null_test.dart
index b094d51f5362cc2bee7eca29b8d1166666264ab0..06debc054e6dbdacf74dac6c58255344c495a8de 100644
--- a/tests/language/null_test.dart
+++ b/tests/language/null_test.dart
@@ -9,9 +9,9 @@ import "dart:mirrors";
import "package:expect/expect.dart";
class BadInherit
- extends Null // /// 01: compile-time error
- implements Null // /// 02: compile-time error
- extends Object with Null // /// 03: compile-time error
+ extends Null // //# 01: compile-time error
+ implements Null // //# 02: compile-time error
+ extends Object with Null // //# 03: compile-time error
{}
class EqualsNotCalled {
« no previous file with comments | « tests/language/null_is_bottom_type_test.dart ('k') | tests/language/number_identifier_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698