| Index: tests/language/illegal_invocation_test.dart
|
| diff --git a/tests/language/illegal_invocation_test.dart b/tests/language/illegal_invocation_test.dart
|
| index 3908a9955240d4ed5c30c70d3a318a81bd843447..e0329ced18079cf649337ed502cbff77fd785b23 100644
|
| --- a/tests/language/illegal_invocation_test.dart
|
| +++ b/tests/language/illegal_invocation_test.dart
|
| @@ -6,7 +6,7 @@
|
| // Test for issue 1393. Invoking a library prefix name caused an internal error
|
| // in dartc.
|
|
|
| -import "illegal_invocation_lib.dart" as foo; /// 01: runtime error
|
| +import "illegal_invocation_lib.dart" as foo; /// 01: compile-time error
|
|
|
| main() {
|
| // probably what the user meant was foo.foo(), but the qualifier refers
|
|
|