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

Unified Diff: .status

Issue 840133003: matcher: fixed status file, formatting, tweaks to readme (Closed) Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: nits Created 5 years, 11 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 | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .status
diff --git a/.status b/.status
index 2c78d6737e948ded941b6d77fedb23e347f5b2a8..d5b57948a0cd8e24c77ee28b5d71b41bdd7b76a9 100644
--- a/.status
+++ b/.status
@@ -4,21 +4,11 @@
# Skip non-test files ending with "_test".
packages/*: Skip
-packages/*: Skip
-*/packages/*: Skip
-*/*/packages/*: Skip
-*/*/*/packages/*: Skip
-*/*/*/*packages/*: Skip
-*/*/*/*/*packages/*: Skip
-*/*/packages/*: Skip
-*/*/packages/*: Skip
*/packages/*: Skip
*/*/packages/*: Skip
*/*/*/packages/*: Skip
*/*/*/*packages/*: Skip
*/*/*/*/*packages/*: Skip
-*/*/*/*packages/*: Skip
-*/*/*/*/*packages/*: Skip
# Only run tests from the build directory, since we don't care about the
# difference between transformed an untransformed code.
@@ -34,4 +24,4 @@ test/*: Skip
# The minified matcher tests test that the minified names of Dart types are
# printed. Unminified versions of these tests exist that test the behavior when
# not minified.
-matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
+*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698