Index: tests/corelib/hash_map2_internal_test.dart |
=================================================================== |
--- tests/corelib/hash_map2_internal_test.dart (revision 38122) |
+++ tests/corelib/hash_map2_internal_test.dart (working copy) |
@@ -2,6 +2,9 @@ |
// 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. |
+// This copy of hash_map2_test exercises the internal Map implementation. |
+// VMOptions=--use_internal_hash_map |
+ |
// Tests of hash map behavior, with focus in iteration and concurrent |
// modification errors. |