| Index: tests/isolate/v2_compute_this_script_browser_test.dart
|
| ===================================================================
|
| --- tests/isolate/v2_compute_this_script_browser_test.dart (revision 8345)
|
| +++ tests/isolate/v2_compute_this_script_browser_test.dart (working copy)
|
| @@ -24,7 +24,7 @@
|
| test('spawn with other script tags in page', () {
|
| ReceivePort port = new ReceivePort();
|
| port.receive(expectAsync2((msg, _) {
|
| - expect(msg).equals('re: hi');
|
| + expect(msg, equals('re: hi'));
|
| port.close();
|
| }));
|
|
|
|
|