| Index: tests/compiler/dart2js_native/fake_thing_test.dart
|
| diff --git a/tests/compiler/dart2js_native/fake_thing_test.dart b/tests/compiler/dart2js_native/fake_thing_test.dart
|
| index 20a84a24e8b90812569666af8e950711171d7645..8af303be0961bc49ca133d3f07a3c0e2bd35ca3a 100644
|
| --- a/tests/compiler/dart2js_native/fake_thing_test.dart
|
| +++ b/tests/compiler/dart2js_native/fake_thing_test.dart
|
| @@ -10,11 +10,10 @@ import "package:expect/expect.dart";
|
| // This test currently fails because we do not recognize the need for
|
| // interceptors without native *classes*.
|
|
|
| -class Thing {
|
| -}
|
| +class Thing {}
|
|
|
| -make1() native;
|
| -make2() native;
|
| +make1() native ;
|
| +make2() native ;
|
|
|
| void setup() native r"""
|
| function A() {}
|
|
|