Index: tests/compiler/dart2js/code_motion_test.dart |
=================================================================== |
--- tests/compiler/dart2js/code_motion_test.dart (revision 11349) |
+++ tests/compiler/dart2js/code_motion_test.dart (working copy) |
@@ -4,7 +4,7 @@ |
#import("compiler_helper.dart"); |
-final String TEST_ONE = @""" |
+const String TEST_ONE = @""" |
foo(int param0, int param1, bool param2) { |
for (int i = 0; i < 1; i++) { |
var x = param0 + 5; // '+' is now GVNed. |