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

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

Issue 315843002: Add main() to analysis_abstract_test.dart to fix build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/analysis_abstract_test.dart
diff --git a/pkg/analysis_server/test/analysis_abstract_test.dart b/pkg/analysis_server/test/analysis_abstract_test.dart
index 2ea2e1dc6c31bac1dcbdaae4644d29021b5066f1..bc26d3ea145ead1e576c02d7de73539710cfc171 100644
--- a/pkg/analysis_server/test/analysis_abstract_test.dart
+++ b/pkg/analysis_server/test/analysis_abstract_test.dart
@@ -17,6 +17,10 @@ import 'package:unittest/unittest.dart';
import 'mocks.dart';
+main() {
+}
+
+
/**
* An abstract base for all 'analysis' domain tests.
*/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698