Chromium Code Reviews| Index: pkg/analyzer/test/src/context/context_test.dart |
| diff --git a/pkg/analyzer/test/src/context/context_test.dart b/pkg/analyzer/test/src/context/context_test.dart |
| index 1f612b9f3aae1fbeb2a360982720fff6de357370..5e3cd449065d1102cfd3a9e66865262cd9eea426 100644 |
| --- a/pkg/analyzer/test/src/context/context_test.dart |
| +++ b/pkg/analyzer/test/src/context/context_test.dart |
| @@ -2534,6 +2534,7 @@ import 'package:crypto/crypto.dart'; |
| _assertNoExceptions(); |
| } |
| + @failingTest // TODO(paulberry): Remove when dartbug.com/28515 is fixed. |
|
Brian Wilkerson
2017/01/27 19:37:05
"Remove when" --> "Remove the annotation when"
Paul Berry
2017/01/29 15:28:57
Done.
|
| void test_resolveCompilationUnit_existingElementModel() { |
| prepareAnalysisContext(new AnalysisOptionsImpl()..strongMode = true); |
| Source source = addSource( |