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

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

Issue 10824411: Issue 4539. Tweaks for old/new spec compatibility (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/CompileTimeConstantTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java b/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java
index a68a925f29b8444747f67b53c4a0dbd1d9d0ed48..d0b4bf1dab110257130116c89bf2f3f395b3fa51 100644
--- a/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java
+++ b/compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java
@@ -227,7 +227,7 @@ public class CompileTimeConstantTest extends ResolverTestCase {
"class Object {}",
"var b = null === '';"));
}
-
+
public void test_parameterDefaultValue_inLocalFunction() {
resolveAndTestCtConstExpectErrors(
Joiner.on("\n").join(
@@ -239,7 +239,7 @@ public class CompileTimeConstantTest extends ResolverTestCase {
"class Object {}",
"class int {}",
""),
- errEx(ResolverErrorCode.EXPECTED_CONSTANT_EXPRESSION, 4, 21, 1));
+ errEx(ResolverErrorCode.EXPECTED_CONSTANT_EXPRESSION, 4, 21, 1));
}
public void test_stringInterpolation_referenceConstVar_num() {

Powered by Google App Engine
This is Rietveld 408576698