| Index: tests/compiler/dart2js/dill_loader_test.dart
|
| diff --git a/tests/compiler/dart2js/dill_loader_test.dart b/tests/compiler/dart2js/dill_loader_test.dart
|
| index bbdb6260cfc8e3f3d9cd4845339b2e20c94ca550..85e3654fc42ad8dbdbb24b9849765409902727b7 100644
|
| --- a/tests/compiler/dart2js/dill_loader_test.dart
|
| +++ b/tests/compiler/dart2js/dill_loader_test.dart
|
| @@ -62,7 +62,7 @@ main() {
|
| memorySourceFiles: {'main.dill': kernelBinary},
|
| diagnosticHandler: diagnostics,
|
| outputProvider: output,
|
| - options: [Flags.loadFromDill]);
|
| + options: [Flags.useKernel]);
|
| await compiler.setupSdk();
|
| await compiler.libraryLoader.loadLibrary(entryPoint);
|
|
|
|
|