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

Unified Diff: tests/corelib/num_sign_test.dart

Issue 1842853002: VM: Fix --no-use-field-guards. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « tests/corelib/double_parse_test.dart ('k') | tests/language/cha_deopt2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/num_sign_test.dart
diff --git a/tests/corelib/num_sign_test.dart b/tests/corelib/num_sign_test.dart
index d2ee9682b162219b0477dd60df9eabc830607758..3976f76f72c478a0b11536d0dd55a202f174e50c 100644
--- a/tests/corelib/num_sign_test.dart
+++ b/tests/corelib/num_sign_test.dart
@@ -2,6 +2,8 @@
// 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.
// Test num.clamp.
+// VMOptions=--no-use-field-guards
+// VMOptions=
import "package:expect/expect.dart";
« no previous file with comments | « tests/corelib/double_parse_test.dart ('k') | tests/language/cha_deopt2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698