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

Unified Diff: tests/lib/mirrors/parameter_is_const_test.dart

Issue 2774783002: Re-land "Format all 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/lib/mirrors/mirrors_used_typedef_declaration_test.dart ('k') | tests/lib/mirrors/parameter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/parameter_is_const_test.dart
diff --git a/tests/lib/mirrors/parameter_is_const_test.dart b/tests/lib/mirrors/parameter_is_const_test.dart
index 63696e3e590cb866603d91eacbac38d3b08600e1..f8953ca361106c13e034542d9e11bada672a6ec8 100644
--- a/tests/lib/mirrors/parameter_is_const_test.dart
+++ b/tests/lib/mirrors/parameter_is_const_test.dart
@@ -11,7 +11,7 @@ import 'package:expect/expect.dart';
class Class {
foo(
const //# 01: compile-time error
- param) {}
+ param) {}
}
main() {
« no previous file with comments | « tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart ('k') | tests/lib/mirrors/parameter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698