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

Unified Diff: pkg/analysis_server/test/utils.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/analysis_server/test/single_context_manager_test.dart ('k') | pkg/analyzer/lib/source/embedder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/utils.dart
diff --git a/pkg/analysis_server/test/utils.dart b/pkg/analysis_server/test/utils.dart
index 2ca53b757dcc3bb13a19410b6eac033adea0cffb..e87a3c80b1a27faed92ab0dba131b6e4d955ee4a 100644
--- a/pkg/analysis_server/test/utils.dart
+++ b/pkg/analysis_server/test/utils.dart
@@ -4,11 +4,8 @@
library analysis_server.test.utils;
-import 'package:analyzer/src/generated/java_io.dart';
-import 'package:path/path.dart' as path;
import 'package:unittest/unittest.dart';
void initializeTestEnvironment() {
groupSep = ' | ';
- JavaFile.pathContext = path.posix;
}
« no previous file with comments | « pkg/analysis_server/test/single_context_manager_test.dart ('k') | pkg/analyzer/lib/source/embedder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698