| Index: tests/language/src/Unary2Test.dart
|
| diff --git a/tests/language/src/Unary2Test.dart b/tests/language/src/Unary2Test.dart
|
| index d3fd59fd88043035597baed50245d4cfe7f1aa5e..211761972db479a6853c631ea270ad196ed33b6d 100644
|
| --- a/tests/language/src/Unary2Test.dart
|
| +++ b/tests/language/src/Unary2Test.dart
|
| @@ -2,7 +2,6 @@
|
| // 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.
|
| // Dart test for testing binary operations.
|
| -// VMOptions=--disassemble --disassemble_stubs --print_classes
|
|
|
| class UnaryTest {
|
| static foo() { return -4; }
|
|
|