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

Unified Diff: tests/corelib/hash_set_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 years, 9 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
Index: tests/corelib/hash_set_test.dart
diff --git a/tests/corelib/hash_set_test.dart b/tests/corelib/hash_set_test.dart
index 29b202d3cf0c3eb1b896dd0478c677c334cf142b..831bf0c82436fafad7cb2afa29449e3c932e1147 100644
--- a/tests/corelib/hash_set_test.dart
+++ b/tests/corelib/hash_set_test.dart
@@ -285,7 +285,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);
Expect.equals(constants.length, set.length);
« no previous file with comments | « tests/corelib/from_environment_const_type_undefined_test.dart ('k') | tests/corelib/hidden_library2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698