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

Unified Diff: compiler/javatests/com/google/dart/compiler/backend/js/JsBackendTests.java

Issue 8566022: Function type checking (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Getting to work in optimized Created 9 years 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/compiler/backend/js/JsBackendTests.java
diff --git a/compiler/javatests/com/google/dart/compiler/backend/js/JsBackendTests.java b/compiler/javatests/com/google/dart/compiler/backend/js/JsBackendTests.java
index 188d309bbe047e93087848ecedbe9c146dcceb28..95f1981a91e317481bf1dcfccd0d0d717da611da 100644
--- a/compiler/javatests/com/google/dart/compiler/backend/js/JsBackendTests.java
+++ b/compiler/javatests/com/google/dart/compiler/backend/js/JsBackendTests.java
@@ -24,7 +24,6 @@ public class JsBackendTests extends TestSetup {
suite.addTestSuite(JsScopeTest.class);
// suite.addTestSuite(JsToStringGenerationVisitorAccuracyTest.class);
// suite.addTestSuite(JsToStringGenerationVisitorConcisenessTest.class);
- suite.addTestSuite(ClosureJsCodingConventionTest.class);
suite.addTestSuite(JsBinaryExprOptTest.class);
suite.addTestSuite(JsUnaryExprOptTest.class);
suite.addTestSuite(JsArrayExprOptTest.class);

Powered by Google App Engine
This is Rietveld 408576698