| Index: tests/html/isolates_test.dart
|
| diff --git a/tests/html/isolates_test.dart b/tests/html/isolates_test.dart
|
| index 76e465bb466e26506f482e0a12fd383c66dfa55a..608593f93fa4ed2b3c7fdc8c4333b9ce886c0c02 100644
|
| --- a/tests/html/isolates_test.dart
|
| +++ b/tests/html/isolates_test.dart
|
| @@ -20,7 +20,7 @@ void isolateEntry() {
|
| }
|
|
|
| // Check that JSON library was loaded to isolate.
|
| - JSON.stringify([1, 2, 3]);
|
| + stringify([1, 2, 3]);
|
|
|
| isolate.port.receive((message, replyTo) {
|
| replyTo.send(responseFor(message), null);
|
|
|