| Index: tests/language_strong/hidden_import_test.dart
|
| diff --git a/tests/language_strong/hidden_import_test.dart b/tests/language_strong/hidden_import_test.dart
|
| index 6722fdf153b663134ee2a3f63afa3463d940327f..f3398e04fd1cf8a43b71a855d1db157322142aa9 100644
|
| --- a/tests/language_strong/hidden_import_test.dart
|
| +++ b/tests/language_strong/hidden_import_test.dart
|
| @@ -14,4 +14,4 @@ import 'dart:async' as prefix;
|
| main() {
|
| new Future(); //# 01: static type warning
|
| new prefix.Future(); //# 02: static type warning
|
| -}
|
| +}
|
|
|