| Index: tests/corelib/json_test.dart
|
| diff --git a/tests/corelib/json_test.dart b/tests/corelib/json_test.dart
|
| index f22cb9802a8e6acf7f18a3f544c8e68d5c560c3a..e5d0758da6d571ffb475853623cbdf4ae71f9077 100644
|
| --- a/tests/corelib/json_test.dart
|
| +++ b/tests/corelib/json_test.dart
|
| @@ -115,7 +115,7 @@ testNumbers() {
|
| testError(integers: "");
|
|
|
| // Test for "Initial zero only allowed for zero integer part" moved to
|
| - // json_strict_test.dart because IE's JSON.parse accepts additional initial
|
| + // json_strict_test.dart because IE's JSON.decode accepts additional initial
|
| // zeros.
|
|
|
| // Only minus allowed as sign.
|
|
|