| Index: tests/compiler/dart2js_native/native_null_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_null_frog_test.dart b/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| index 846c9b4e81ad278c445ccc9a0145973283d4df54..7a9268413fddbf587d2da532b679dbad9b831172 100644
|
| --- a/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| @@ -2,12 +2,14 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "dart:_js_helper";
|
| import "package:expect/expect.dart";
|
|
|
| // Test for values of some basic types.
|
|
|
|
|
| -class A native "A" {
|
| +@Native("A")
|
| +class A {
|
| returnNull() native;
|
| returnUndefined() native;
|
| returnEmptyString() native;
|
|
|