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

Unified Diff: tests/compiler/dart2js_extra/regress/4562_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
Index: tests/compiler/dart2js_extra/regress/4562_test.dart
diff --git a/tests/compiler/dart2js_extra/regress/4562_test.dart b/tests/compiler/dart2js_extra/regress/4562_test.dart
index 13a30edc8c3407cf7ed64d28819af3d7d6149172..61ba859aebc2072dde71746f3643085f1a39db90 100644
--- a/tests/compiler/dart2js_extra/regress/4562_test.dart
+++ b/tests/compiler/dart2js_extra/regress/4562_test.dart
@@ -4,7 +4,7 @@
void main() {
var foo = new Foo();
- var bar = new Bar(); /// 01: compile-time error
+ var bar = new Bar(); //# 01: compile-time error
}
class Foo {
@@ -12,5 +12,5 @@ class Foo {
}
class Bar extends Foo {
- Bar(); /// 01: continued
+ Bar(); //# 01: continued
}
« no previous file with comments | « tests/compiler/dart2js_extra/private_symbol_literal_test.dart ('k') | tests/compiler/dart2js_extra/switch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698