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

Unified Diff: tests/lib/mirrors/variable_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/type_variable_owner_test.dart ('k') | tests/lib_strong/convert/base64_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/variable_is_const_test.dart
diff --git a/tests/lib/mirrors/variable_is_const_test.dart b/tests/lib/mirrors/variable_is_const_test.dart
index bc76ed3800ba3af7f9cdf1788982a2c32521d65b..d9afd712c24ef04a0a8a971c7e03cdaa1e53134f 100644
--- a/tests/lib/mirrors/variable_is_const_test.dart
+++ b/tests/lib/mirrors/variable_is_const_test.dart
@@ -10,7 +10,7 @@ import 'package:expect/expect.dart';
class Class {
const //# 01: compile-time error
- int instanceWouldBeConst = 1;
+ int instanceWouldBeConst = 1;
var instanceNonConst = 2;
static const staticConst = 3;
« no previous file with comments | « tests/lib/mirrors/type_variable_owner_test.dart ('k') | tests/lib_strong/convert/base64_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698