Index: tests/language/assertion_test.dart |
diff --git a/tests/language/assertion_test.dart b/tests/language/assertion_test.dart |
index 68bdf04b1b72a6d1bee7304062cc1f4584e31c69..2f0a12d496290bf3ecffeb75b1571a5484e4ecfb 100644 |
--- a/tests/language/assertion_test.dart |
+++ b/tests/language/assertion_test.dart |
@@ -1,7 +1,7 @@ |
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
// 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. |
-// VMOptions=--enable_type_checks |
+// VMOptions=--enable_asserts |
// |
// Dart test program testing assert statements. |