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

Unified Diff: dart/compiler/javatests/com/google/dart/compiler/end2end/NamedParameterTest.java

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues Created 8 years, 10 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/compiler/javatests/com/google/dart/compiler/end2end/NamedParameterTest.java
diff --git a/dart/compiler/javatests/com/google/dart/compiler/end2end/NamedParameterTest.java b/dart/compiler/javatests/com/google/dart/compiler/end2end/NamedParameterTest.java
index a94ca95a4a7e089c51af8333c5d4e19e6e804b62..9c69f15ce1df2b7240a5bbf52ee610870d27621e 100644
--- a/dart/compiler/javatests/com/google/dart/compiler/end2end/NamedParameterTest.java
+++ b/dart/compiler/javatests/com/google/dart/compiler/end2end/NamedParameterTest.java
@@ -52,6 +52,6 @@ public class NamedParameterTest extends End2EndTestCase {
}
};
DartLibrarySourceTest app = new DartLibrarySourceTest(getClass(), "NamedParameterTest.dart");
- runTest(app, OptimizationLevel.RAW, listener);
+ runTest(app, listener);
}
}

Powered by Google App Engine
This is Rietveld 408576698