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

Unified Diff: pkg/analysis_server/test/analysis_abstract.dart

Issue 1417483006: Support for searching files by import/export/part URIs and library identifiers. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
Index: pkg/analysis_server/test/analysis_abstract.dart
diff --git a/pkg/analysis_server/test/analysis_abstract.dart b/pkg/analysis_server/test/analysis_abstract.dart
index 91a2ed90dbd77575134f68cf1ca5bb1cf4228ed2..83eda1eda004d4d140923d19805d985c82370f49 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -54,7 +54,7 @@ class AbstractAnalysisTest {
final Map<AnalysisService, List<String>> analysisSubscriptions = {};
String projectPath = '/project';
- String testFolder = '/project/bin/';
+ String testFolder = '/project/bin';
String testFile = '/project/bin/test.dart';
String testCode;

Powered by Google App Engine
This is Rietveld 408576698