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

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

Issue 454843004: Fixes for the missing highlights. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unused function Created 6 years, 4 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 2598194f38266601b67ddfc32736b8065f5f1169..ad4e769210659ade22ba9c4ba9bdff938f65b368 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -49,6 +49,7 @@ class AbstractAnalysisTest {
Map<String, List<String>> analysisSubscriptions = {};
String projectPath = '/project';
+ String testFolder = '/project/bin/';
String testFile = '/project/bin/test.dart';
String testCode;

Powered by Google App Engine
This is Rietveld 408576698