Index: tests/language/field5_negative_test.dart |
=================================================================== |
--- tests/language/field5_negative_test.dart (revision 22895) |
+++ tests/language/field5_negative_test.dart (working copy) |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test to catch error reporting bugs in class fields declarations. |
// Should be an error because we have a function overriding a field name. |
+// VMOptions=--compile_all |
class A { |
var a; |