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

Unified Diff: tests/language/const_factory_with_body_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_evaluation_test.dart ('k') | tests/language/const_for_in_variable_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/const_factory_with_body_test.dart
diff --git a/tests/language/const_factory_with_body_test.dart b/tests/language/const_factory_with_body_test.dart
index dea62482ad5276c9d7d6749f7388ac6d6a24b35b..1c6a74e1257644219547c027176fd10adc286fc3 100644
--- a/tests/language/const_factory_with_body_test.dart
+++ b/tests/language/const_factory_with_body_test.dart
@@ -5,9 +5,9 @@
// Tests that a "const factory" with body produces a compile-time error.
class ConstFactoryWithBody {
- const factory ConstFactoryWithBody.one() { } // /// 01: compile-time error
+ const factory ConstFactoryWithBody.one() { } // //# 01: compile-time error
}
main() {
- const ConstFactoryWithBody.one(); // /// 01: continued
+ const ConstFactoryWithBody.one(); // //# 01: continued
}
« no previous file with comments | « tests/language/const_evaluation_test.dart ('k') | tests/language/const_for_in_variable_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698