| Index: frog/tests/frog/native_named_constructors1_frog_test.dart
|
| diff --git a/frog/tests/frog/src/NativeNamedConstructors1FrogTest.dart b/frog/tests/frog/native_named_constructors1_frog_test.dart
|
| similarity index 91%
|
| rename from frog/tests/frog/src/NativeNamedConstructors1FrogTest.dart
|
| rename to frog/tests/frog/native_named_constructors1_frog_test.dart
|
| index 530cc36dc5f7be2aeab317808ab4b0e7070d636f..30c47acb61f12600fe932b789a1401d499d14502 100644
|
| --- a/frog/tests/frog/src/NativeNamedConstructors1FrogTest.dart
|
| +++ b/frog/tests/frog/native_named_constructors1_frog_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('X');
|
| -#native('NativeNamedConstructors1FrogTest.js'); // Defines JS constructor 'A'.
|
| +#native('native_named_constructors1_frog_test.js'); // Defines JS constructor 'A'.
|
|
|
| // The native class has several constructors which partition the behaviour of
|
| // the JS constructor function into several well-typed Dart constructors.
|
|
|