| Index: test/checker/self_host_test.dart
|
| diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
|
| index dca6ab551c1ac34970298cbd88f429365ecfa0ca..24d84481ffcbbbb9eb9fb1bacb908f8c5f06f2c7 100644
|
| --- a/test/checker/self_host_test.dart
|
| +++ b/test/checker/self_host_test.dart
|
| @@ -16,8 +16,9 @@ import '../test_util.dart' show testDirectory;
|
| void main() {
|
| test('checker can run on itself ', () {
|
| var options = new CompilerOptions(
|
| - entryPointFile: '$testDirectory/all_tests.dart',
|
| - dartSdkPath: getSdkDir().path);
|
| + sourceOptions: new SourceResolverOptions(
|
| + entryPointFile: '$testDirectory/all_tests.dart',
|
| + dartSdkPath: getSdkDir().path));
|
| new Compiler(options).run();
|
| });
|
| }
|
|
|