| Index: tests/language/ct_const2_test.dart
|
| diff --git a/tests/language/ct_const2_test.dart b/tests/language/ct_const2_test.dart
|
| index 330fe3d97b2d2220ebfd09f893fac290ee9c507e..8aa13c3b428907a1ab37dad2768b253041bb07f3 100644
|
| --- a/tests/language/ct_const2_test.dart
|
| +++ b/tests/language/ct_const2_test.dart
|
| @@ -2,7 +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.
|
| // VMOptions=
|
| -// VMOptions=--compile_all
|
| +// The --compile_all flag is disabled due to Issue 6697.
|
| +// VMOptions=--compile_all--NOT
|
|
|
| // Exercises language constructs that require compile time constants
|
|
|
|
|