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

Unified Diff: compiler/javatests/com/google/dart/compiler/resolver/ResolverTests.java

Issue 8231031: Check for compile-time constants in DartCompiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Feedback from floitsch Created 9 years, 2 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/compiler/resolver/ResolverTests.java
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTests.java b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTests.java
index a72374084f10793b4be5b214885eeaf04e36fb4c..741166ed500819434ca998d4c323b92ceeec459e 100644
--- a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTests.java
+++ b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTests.java
@@ -22,7 +22,7 @@ public class ResolverTests extends TestSetup {
suite.addTestSuite(ResolverTest.class);
suite.addTestSuite(NegativeResolverTest.class);
-
+ suite.addTestSuite(CompileTimeConstantTest.class);
return suite;
}
}

Powered by Google App Engine
This is Rietveld 408576698