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

Unified Diff: tests/co19/test_config.dart

Issue 10837070: Remove old isolate API and update all code in the repository to use (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix namespace comment. Created 8 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: tests/co19/test_config.dart
diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
index 450316625e6fe6b49923eca79b32ed7fed27b3bd..228705da632b4ed43cd9fb5712b03d90c1f5d038 100644
--- a/tests/co19/test_config.dart
+++ b/tests/co19/test_config.dart
@@ -16,7 +16,6 @@ class Co19TestSuite extends StandardTestSuite {
const Path("tests/co19/src"),
["tests/co19/co19-compiler.status",
"tests/co19/co19-runtime.status",
- "tests/co19/co19-frog.status",
"tests/co19/co19-leg.status"]);
bool isTestFile(String filename) => _testRegExp.hasMatch(filename);

Powered by Google App Engine
This is Rietveld 408576698