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

Unified Diff: tests/language/const_map3_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/const_map2_test.dart ('k') | tests/language/const_native_factory_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/const_map3_test.dart
diff --git a/tests/language/const_map3_test.dart b/tests/language/const_map3_test.dart
index e0d27fe7af7e131f3275500336964bdbc357acf8..df3f5d08b9e8a7447b82146b8bf04f00e6a6d0d7 100644
--- a/tests/language/const_map3_test.dart
+++ b/tests/language/const_map3_test.dart
@@ -11,7 +11,7 @@ class A {
class B implements A {
const B();
- operator ==(o) => true; // /// 00: compile-time error
+ operator ==(o) => true; // //# 00: compile-time error
}
main() {
« no previous file with comments | « tests/language/const_map2_test.dart ('k') | tests/language/const_native_factory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698