| 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";
|
|
|
|
|