| Index: tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart b/tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart
|
| index d87558df27c810ab634f60eac036e0c9a98d5402..bef06b45245650d5cdbf5cb7ce61b376e9cb9499 100644
|
| --- a/tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_checked_arguments1_frog_test.dart
|
| @@ -19,8 +19,8 @@ class B {
|
| int cmp(B other) native;
|
| }
|
|
|
| -A makeA() native { return new A(); }
|
| -B makeB() native { return new B(); }
|
| +A makeA() native;
|
| +B makeB() native;
|
|
|
| void setup() native """
|
| function A() {}
|
|
|