Index: tests/corelib/hash_map_internal_test.dart |
=================================================================== |
--- tests/corelib/hash_map_internal_test.dart (revision 38122) |
+++ tests/corelib/hash_map_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_map_test exercises the internal Map implementation. |
+// VMOptions=--use_internal_hash_map |
+ |
import "package:expect/expect.dart"; |
// Test program for the HashMap class. |