| Index: tests/compiler/dart2js_native/native_exception2_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_exception2_test.dart b/tests/compiler/dart2js_native/native_exception2_test.dart
|
| index 916709b2f185943c9ccda8751803e6d87ce76bb2..cb432c4b7066c4397eb046e8d5b7a7c7508020a3 100644
|
| --- a/tests/compiler/dart2js_native/native_exception2_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_exception2_test.dart
|
| @@ -15,7 +15,7 @@ class NativeClass {
|
| foo() => 'oof';
|
| }
|
|
|
| -makeNativeClass() native ;
|
| +makeNativeClass() native;
|
|
|
| setup() native """
|
| function NativeClass() {}
|
|
|