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

Unified Diff: pkg/analyzer/test/src/abstract_single_unit.dart

Issue 1735243003: Initial package indexing implementation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixes for review comments. Created 4 years, 10 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/summary/index_unit.dart ('k') | pkg/analyzer/test/src/context/abstract_context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/abstract_single_unit.dart
diff --git a/pkg/analysis_server/test/abstract_single_unit.dart b/pkg/analyzer/test/src/abstract_single_unit.dart
similarity index 97%
copy from pkg/analysis_server/test/abstract_single_unit.dart
copy to pkg/analyzer/test/src/abstract_single_unit.dart
index 4b0be0e8e96dc1e8ec5ede05850f0d83f27a06b5..48ba251bc54360398c64edf8a56504c2279907e9 100644
--- a/pkg/analysis_server/test/abstract_single_unit.dart
+++ b/pkg/analyzer/test/src/abstract_single_unit.dart
@@ -11,7 +11,7 @@ import 'package:analyzer/src/generated/java_engine.dart';
import 'package:analyzer/src/generated/source.dart';
import 'package:unittest/unittest.dart';
-import 'abstract_context.dart';
+import 'context/abstract_context.dart';
class AbstractSingleUnitTest extends AbstractContextTest {
bool verifyNoTestUnitErrors = true;
@@ -25,7 +25,7 @@ class AbstractSingleUnitTest extends AbstractContextTest {
void addTestSource(String code, [Uri uri]) {
testCode = code;
- testSource = addSource(testFile, code, uri);
+ testSource = addSource(testFile, code);
}
void assertNoErrorsInSource(Source source) {
« no previous file with comments | « pkg/analyzer/lib/src/summary/index_unit.dart ('k') | pkg/analyzer/test/src/context/abstract_context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698