Chromium Code Reviews

Unified Diff: tests/compiler/dart2js/boolify_test.dart

Issue 10871071: - Change "static final" to "static const" in the tests/ directory. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tests/compiler/dart2js/boolify_test.dart
===================================================================
--- tests/compiler/dart2js/boolify_test.dart (revision 11349)
+++ tests/compiler/dart2js/boolify_test.dart (working copy)
@@ -5,7 +5,7 @@
#library("boolified_operator_test.dart");
#import("compiler_helper.dart");
-final String TEST = @"""
+const String TEST = @"""
foo() {
var a = foo();
if (!a) return 1;
« no previous file with comments | « tests/compiler/dart2js/boolified_operator_test.dart ('k') | tests/compiler/dart2js/builtin_interceptor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine