| Index: tests/compiler/dart2js_native/runtimetype_test.dart
|
| diff --git a/tests/compiler/dart2js_native/runtimetype_test.dart b/tests/compiler/dart2js_native/runtimetype_test.dart
|
| index babdc1168d21092f7fb8b2b78f06f5e249be43cc..2dfcb1b4c9a372657b1da072676738a59dc70dda 100644
|
| --- a/tests/compiler/dart2js_native/runtimetype_test.dart
|
| +++ b/tests/compiler/dart2js_native/runtimetype_test.dart
|
| @@ -13,8 +13,8 @@ class A {}
|
| @Native("TAGY")
|
| class B extends A {}
|
|
|
| -makeA() native ;
|
| -makeB() native ;
|
| +makeA() native;
|
| +makeB() native;
|
|
|
| void setup() native """
|
| // This code is all inside 'setup' and so not accesible from the global scope.
|
|
|