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

Unified Diff: language/src/ConstInit7NegativeTest.dart

Issue 9121014: Fix broken tests: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: Created 8 years, 11 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 | « language/src/CTConst2Test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: language/src/ConstInit7NegativeTest.dart
===================================================================
--- language/src/ConstInit7NegativeTest.dart (revision 3052)
+++ language/src/ConstInit7NegativeTest.dart (working copy)
@@ -2,8 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Check that a method reference is not an acceptable compile time constant
+// VMOptions=
+// VMOptions=--compile_all
vsm 2012/01/06 21:41:42 Is this actually used by the test script?
Ivan Posva 2012/01/06 21:45:15 staine[runtime] ../tools/test.py --verbose languag
-
topMethod() { }
class ConstInit7NegativeTest {
@@ -13,5 +14,5 @@
}
main() {
- new ConstInit7NegativeTest();
+ (new ConstInit7NegativeTest()).classMethod();
}
« no previous file with comments | « language/src/CTConst2Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698