| Index: tests/corelib/hash_map2_test.dart
|
| diff --git a/tests/corelib/hash_map2_test.dart b/tests/corelib/hash_map2_test.dart
|
| index 848f44932334f63c2b58b978dc9792f42e0a7796..cc4ed3e2b384d43082242f6a2ad8cafb99386962 100644
|
| --- a/tests/corelib/hash_map2_test.dart
|
| +++ b/tests/corelib/hash_map2_test.dart
|
| @@ -1,9 +1,6 @@
|
| // Copyright (c) 2013, 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=
|
| -// VMOptions=--use_internal_hash_map
|
|
|
| // Tests of hash map behavior, with focus in iteration and concurrent
|
| // modification errors.
|
|
|