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

Unified Diff: compiler/javatests/com/google/dart/corelib/SharedTests.java

Issue 9969043: Adds Junit tests in dartc back into test.py (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Some Junit tests have broken in interleaving patches Created 8 years, 9 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: compiler/javatests/com/google/dart/corelib/SharedTests.java
diff --git a/compiler/javatests/com/google/dart/corelib/SharedTests.java b/compiler/javatests/com/google/dart/corelib/SharedTests.java
index 5572d2d50ec14822344df37b285c8ee6e321e483..7557f881628f384f76476fe643d6543076e71d8b 100644
--- a/compiler/javatests/com/google/dart/corelib/SharedTests.java
+++ b/compiler/javatests/com/google/dart/corelib/SharedTests.java
@@ -33,7 +33,8 @@ public class SharedTests extends TestSetup {
private static final String[] listTests = {
TEST_PY,
- "--component=dartc",
+ "--compiler=dartc",
+ "--runtime=none",
"--mode=release",
"--progress=silent",
"--list"};

Powered by Google App Engine
This is Rietveld 408576698