| Index: tests/corelib/hash_map_test.dart
|
| ===================================================================
|
| --- tests/corelib/hash_map_test.dart (revision 43840)
|
| +++ tests/corelib/hash_map_test.dart (working copy)
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| //
|
| // VMOptions=
|
| -// VMOptions=--use_compact_hash
|
| -// VMOptions=--use_internal_hash_map
|
| +// VMOptions=--use_compact_hash=false
|
| +// VMOptions=--use_internal_hash_map --use_compact_hash=false
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|