| Index: tests/isolate/src/TestFramework.dart
|
| diff --git a/tests/isolate/src/TestFramework.dart b/tests/isolate/src/TestFramework.dart
|
| index 1122e96e8f84e98daae013626c0d624199d0b361..7fecd142930f65cd6d616ac951f7ac2b15b7dd9f 100644
|
| --- a/tests/isolate/src/TestFramework.dart
|
| +++ b/tests/isolate/src/TestFramework.dart
|
| @@ -276,6 +276,11 @@ class AsynchronousTestCase extends TestCase {
|
| }
|
| }
|
|
|
| + // AsynchronousTestCase.run() calls variable test, not function performTest.
|
| + void performTest() {
|
| + Expect.fail('performTest called in AsynchronousTestCase');
|
| + }
|
| +
|
| AsynchronousTestFunction test;
|
|
|
| static int running = 0;
|
|
|