| Index: tests/corelib/hash_map_test.dart
|
| ===================================================================
|
| --- tests/corelib/hash_map_test.dart (revision 43834)
|
| +++ tests/corelib/hash_map_test.dart (working copy)
|
| @@ -1,6 +1,10 @@
|
| // Copyright (c) 2011, 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_compact_hash
|
| +// VMOptions=--use_internal_hash_map
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|