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

Unified Diff: dart/sdk/lib/_internal/dartdoc/dartdoc.status

Issue 20722006: Removed compiler/ directory from repository (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
Index: dart/sdk/lib/_internal/dartdoc/dartdoc.status
diff --git a/dart/sdk/lib/_internal/dartdoc/dartdoc.status b/dart/sdk/lib/_internal/dartdoc/dartdoc.status
index 8b45e64353f9f62f392c7c2fd23f6f8f9fa3feb0..7e11ab4c626cc641a96af2df845c1319e78f3a95 100644
--- a/dart/sdk/lib/_internal/dartdoc/dartdoc.status
+++ b/dart/sdk/lib/_internal/dartdoc/dartdoc.status
@@ -7,7 +7,7 @@ test/dartdoc_test: Pass
test/dartdoc_search_test: Pass, Skip
# Dartdoc only runs on the VM, so just rule out all compilers.
-[ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
+[ $compiler == dart2js || $compiler == dart2dart ]
*: Skip
# Dartdoc only runs on the standalone VM, not in dartium.

Powered by Google App Engine
This is Rietveld 408576698