| Index: tests/utils/dummy_compiler_test.dart
|
| diff --git a/tests/utils/src/DummyCompilerTest.dart b/tests/utils/dummy_compiler_test.dart
|
| similarity index 96%
|
| rename from tests/utils/src/DummyCompilerTest.dart
|
| rename to tests/utils/dummy_compiler_test.dart
|
| index 042d9d008f2f2b263deaf4b9311460af05dabf7e..cdb524ea969979d51a1c37cae4300b2628c88b69 100644
|
| --- a/tests/utils/src/DummyCompilerTest.dart
|
| +++ b/tests/utils/dummy_compiler_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // Smoke test of the dart2js compiler API.
|
|
|
| -#import('../../../lib/compiler/compiler.dart');
|
| +#import('../../lib/compiler/compiler.dart');
|
| #import('dart:uri');
|
|
|
| Future<String> provider(Uri uri) {
|
|
|