Index: tests/compiler/dart2js_extra/hash_code_test.dart |
diff --git a/tests/compiler/dart2js_extra/hash_code_test.dart b/tests/compiler/dart2js_extra/hash_code_test.dart |
index 3329a38ab9d09c57e2fb53502adbf4d2db04a832..8de631359cb3be519f61a7204cd33b95b92a4d29 100644 |
--- a/tests/compiler/dart2js_extra/hash_code_test.dart |
+++ b/tests/compiler/dart2js_extra/hash_code_test.dart |
@@ -42,7 +42,7 @@ check(value1, value2, {identityHashCode}) { |
bools() { |
check(true, false, identityHashCode: false); |
- Expect.equals(true.hashCode, hash(true)); // First can be optimized. |
+ Expect.equals(true.hashCode, hash(true)); // First can be optimized. |
Expect.equals(false.hashCode, hash(false)); |
} |