Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1565)

Unified Diff: tests/corelib_2/hash_set_test.dart

Issue 2990623002: Migrate test block 9 to Dart 2.0 (Closed)
Patch Set: nits Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib_2/hash_map_test.dart ('k') | tests/corelib_2/hash_set_type_check_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_2/hash_set_test.dart
diff --git a/tests/corelib/hash_set_test.dart b/tests/corelib_2/hash_set_test.dart
similarity index 99%
rename from tests/corelib/hash_set_test.dart
rename to tests/corelib_2/hash_set_test.dart
index a274c026d51322d77965c34b74a504ad41663ada..0ff4dfa53add38cb75175471a5551bf7142fe21e 100644
--- a/tests/corelib/hash_set_test.dart
+++ b/tests/corelib_2/hash_set_test.dart
@@ -301,7 +301,7 @@ void testIdentitySet(Set create()) {
// All compile time constants are identical to themselves.
var constants = [
double.INFINITY,
- double.NAN, -0.0, //# 01: ok
+ double.NAN, -0.0, //# 01: ok
0.0, 42, "", null, false, true, #bif, testIdentitySet
];
set.addAll(constants);
« no previous file with comments | « tests/corelib_2/hash_map_test.dart ('k') | tests/corelib_2/hash_set_type_check_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698