Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1831)

Unified Diff: pkg/analyzer/test/generated/all_the_rest_test.dart

Issue 2323173002: Remove several references to JavaFile (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/generated/source_io.dart ('k') | pkg/analyzer_cli/test/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/all_the_rest_test.dart
diff --git a/pkg/analyzer/test/generated/all_the_rest_test.dart b/pkg/analyzer/test/generated/all_the_rest_test.dart
index 60e00e0c8d39e251e693f1d1daa94d65ff7b1d89..9a5094396ac9be99803bdcc2e3f32062288edb5b 100644
--- a/pkg/analyzer/test/generated/all_the_rest_test.dart
+++ b/pkg/analyzer/test/generated/all_the_rest_test.dart
@@ -45,10 +45,12 @@ import 'test_support.dart';
main() {
initializeTestEnvironment();
defineReflectiveTests(ContentCacheTest);
+ // ignore: deprecated_member_use
defineReflectiveTests(CustomUriResolverTest);
defineReflectiveTests(DartUriResolverTest);
// ignore: deprecated_member_use
defineReflectiveTests(DirectoryBasedDartSdkTest);
+ // ignore: deprecated_member_use
defineReflectiveTests(DirectoryBasedSourceContainerTest);
defineReflectiveTests(ElementBuilderTest);
defineReflectiveTests(ElementLocatorTest);
@@ -332,6 +334,7 @@ class DirectoryBasedDartSdkTest {
}
}
+@deprecated
@reflectiveTest
class DirectoryBasedSourceContainerTest {
void test_contains() {
« no previous file with comments | « pkg/analyzer/lib/src/generated/source_io.dart ('k') | pkg/analyzer_cli/test/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698