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

Unified Diff: pkg/analysis_server/test/integration/completion_domain_inttest.dart

Issue 428683002: Add placeholder test for completion domain. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/integration/completion_domain_inttest.dart
diff --git a/pkg/analysis_server/test/integration/completion_domain_inttest.dart b/pkg/analysis_server/test/integration/completion_domain_inttest.dart
index 574d390c019faa8481d0f1715c920438c59fe169..bfb9238ab166c5b201b4cb319024f0ba31875a1f 100644
--- a/pkg/analysis_server/test/integration/completion_domain_inttest.dart
+++ b/pkg/analysis_server/test/integration/completion_domain_inttest.dart
@@ -44,6 +44,12 @@ main() {
});
});
}
+
+ test_placeholder() {
+ // The unit test framework freaks out if there are no tests, so this is a
+ // placeholder until we have a passing test.
+ // TODO(paulberry): remove this.
+ }
}
main() {
« 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