| Index: tests/language_strong/canonical_const2_test.dart
|
| diff --git a/tests/language_strong/canonical_const2_test.dart b/tests/language_strong/canonical_const2_test.dart
|
| index 25a350e7809d8035150353881af4485d8a8d340c..fbad2cd6d89cd446a12eec189eedad87fa653612 100644
|
| --- a/tests/language_strong/canonical_const2_test.dart
|
| +++ b/tests/language_strong/canonical_const2_test.dart
|
| @@ -7,5 +7,5 @@ import "package:expect/expect.dart";
|
| // Check that compile-time constants are correctly canonicalized.
|
|
|
| main() {
|
| - Expect.isFalse(identical(const <num>[1,2], const <num>[1.0,2.0]));
|
| + Expect.isFalse(identical(const <num>[1, 2], const <num>[1.0, 2.0]));
|
| }
|
|
|