| Index: tests/html/async_test.dart
|
| diff --git a/tests/html/async_test.dart b/tests/html/async_test.dart
|
| index 95d61f5e418263041e05e1e6e559c89870d2c582..05137fd0f7d2be1ebfd96eb92fdf5d0cc980928f 100644
|
| --- a/tests/html/async_test.dart
|
| +++ b/tests/html/async_test.dart
|
| @@ -67,7 +67,7 @@ main() {
|
| completion('DONE'));
|
| });
|
| test('periodic timer in pure isolate', () {
|
| - expect(spawnFunction(oneshotTimerIsolate).call('START'),
|
| + expect(spawnFunction(periodicTimerIsolate).call('START'),
|
| completion('DONE'));
|
| });
|
| test('cancellation in pure isolate', () {
|
|
|