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

Unified Diff: pkg/analyzer/test/src/dart/analysis/base.dart

Issue 2846463003: Instrument analyzer's type analysis and run front_end inference tests. (Closed)
Patch Set: Updates. Created 3 years, 8 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/analyzer/test/src/dart/analysis/base.dart
diff --git a/pkg/analyzer/test/src/dart/analysis/base.dart b/pkg/analyzer/test/src/dart/analysis/base.dart
index 04e157b9bbd079aa84d74ee7843fdd90a0bf4f28..e1b6a04ae2f9b4b7e2e7cd76028d404883c879e7 100644
--- a/pkg/analyzer/test/src/dart/analysis/base.dart
+++ b/pkg/analyzer/test/src/dart/analysis/base.dart
@@ -140,6 +140,8 @@ class BaseAnalysisDriverTest {
driver.exceptions.listen(allExceptions.add);
}
+ void tearDown() {}
+
String _p(String path) => provider.convertPath(path);
}

Powered by Google App Engine
This is Rietveld 408576698