| Index: tests/compiler/dart2js/gvn_dynamic_field_get_test.dart
|
| diff --git a/tests/compiler/dart2js/gvn_dynamic_field_get_test.dart b/tests/compiler/dart2js/gvn_dynamic_field_get_test.dart
|
| index 350dcc498e59b0e70de8ab7a2863e396fcec882e..7ceb6a18d2a501b6bde17ee0df68bca4615ba45a 100644
|
| --- a/tests/compiler/dart2js/gvn_dynamic_field_get_test.dart
|
| +++ b/tests/compiler/dart2js/gvn_dynamic_field_get_test.dart
|
| @@ -25,7 +25,7 @@ main() {
|
| main() {
|
| Uri uri = new Uri(scheme: 'source');
|
| var compiler = compilerFor(TEST, uri);
|
| - asyncTest(() => compiler.runCompiler(uri).then((_) {
|
| + asyncTest(() => compiler.run(uri).then((_) {
|
| String generated = compiler.assembledCode;
|
| RegExp regexp = new RegExp(r"get\$foo");
|
| Iterator matches = regexp.allMatches(generated).iterator;
|
|
|