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

Unified Diff: tests/language/assert_with_type_test_or_cast_test.dart

Issue 10911083: Moved assertion test from VM tests to language. Since it fails with (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
Index: tests/language/assert_with_type_test_or_cast_test.dart
===================================================================
--- tests/language/assert_with_type_test_or_cast_test.dart (revision 11842)
+++ tests/language/assert_with_type_test_or_cast_test.dart (working copy)
@@ -1,6 +1,3 @@
-// VMOptions=
-// VMOptions=--enable_asserts
-
// Copyright (c) 2012, 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.
@@ -10,6 +7,10 @@
//
// The cause was incomplete generic type skipping, so each of the assert
// statements below would fail.
+//
+// VMOptions=
kasperl 2012/09/05 05:41:28 It is somewhat painful to see these VMOptions comm
+// VMOptions=--enable_asserts
+
main() {
var names = new List<int>();
« no previous file with comments | « runtime/tests/vm/dart/assert_with_type_test_or_cast_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698