| Index: tests/compiler/dart2js/expect_annotations_test.dart
|
| diff --git a/tests/compiler/dart2js/expect_annotations_test.dart b/tests/compiler/dart2js/expect_annotations_test.dart
|
| index 6669d32bf1aa2bdf1d5d24db7f4addce077d857f..8613107bef1a44d804a5c99c6fad2d1a782adbd2 100644
|
| --- a/tests/compiler/dart2js/expect_annotations_test.dart
|
| +++ b/tests/compiler/dart2js/expect_annotations_test.dart
|
| @@ -49,7 +49,7 @@ void main(List<String> args) {
|
|
|
| main() {
|
| Compiler compiler = compilerFor(MEMORY_SOURCE_FILES);
|
| - asyncTest(() => compiler.runCompiler(Uri.parse('memory:main.dart')).then((_) {
|
| + asyncTest(() => compiler.run(Uri.parse('memory:main.dart')).then((_) {
|
| Expect.isFalse(compiler.compilationFailed, 'Unsuccessful compilation');
|
| JavaScriptBackend backend = compiler.backend;
|
| Expect.isNotNull(backend.annotations.expectNoInlineClass,
|
|
|