| Index: runtime/observatory/test/functions_test.dart
|
| diff --git a/runtime/observatory/test/functions_test.dart b/runtime/observatory/test/functions_test.dart
|
| index 9290a4bb6e898a5ada61f3f8c5c0d623523d2c4d..844de8c2dc77a5436a09420a77d1710a64229d75 100644
|
| --- a/runtime/observatory/test/functions_test.dart
|
| +++ b/runtime/observatory/test/functions_test.dart
|
| @@ -1,6 +1,7 @@
|
| // Copyright (c) 2014, 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.
|
| +// VMOptions=--compile-all --error_on_bad_type --error_on_bad_override --checked
|
|
|
| library functions_test;
|
|
|
|
|