| Index: tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart b/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart
|
| index f3926d51eeeed71a64dc463e5f945866fe3edfe4..2620f96dab791fcb2ab0e1e5176e73b57780dc3f 100644
|
| --- a/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart
|
| @@ -8,7 +8,7 @@ import "package:expect/expect.dart";
|
|
|
|
|
|
|
| -class A native "*A" {
|
| +class A native "A" {
|
|
|
| factory A(int len) => _construct(len);
|
|
|
|
|