| 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 8dde95e7c6068efeffbc759bcd202152c573cf4b..846c9b4e81ad278c445ccc9a0145973283d4df54 100644
|
| --- a/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_null_frog_test.dart
|
| @@ -7,7 +7,7 @@ import "package:expect/expect.dart";
|
| // Test for values of some basic types.
|
|
|
|
|
| -class A native "*A" {
|
| +class A native "A" {
|
| returnNull() native;
|
| returnUndefined() native;
|
| returnEmptyString() native;
|
|
|