| Index: tests/compiler/dart2js_native/fake_thing_2_test.dart
|
| diff --git a/tests/compiler/dart2js_native/fake_thing_2_test.dart b/tests/compiler/dart2js_native/fake_thing_2_test.dart
|
| index d2439193402803ac1ead6745a3d8bcdc7850ea97..3ec92e022e213b9838dfea8e9a9785bdf3035df9 100644
|
| --- a/tests/compiler/dart2js_native/fake_thing_2_test.dart
|
| +++ b/tests/compiler/dart2js_native/fake_thing_2_test.dart
|
| @@ -10,16 +10,14 @@ import "package:expect/expect.dart";
|
| // The difference between fake_thing_test and fake_thing_2_test is the
|
| // presence of a used declared native class.
|
|
|
| -class Thing {
|
| -}
|
| +class Thing {}
|
|
|
| @Native("NT")
|
| -class NativeThing {
|
| -}
|
| +class NativeThing {}
|
|
|
| -make1() native;
|
| -make2() native;
|
| -make3() native;
|
| +make1() native ;
|
| +make2() native ;
|
| +make3() native ;
|
|
|
| void setup() native r"""
|
| function A() {}
|
|
|