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

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

Issue 8588038: Addresses a ClassCastException seen in the editor from MemberBuilder (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Unit test added for 'internal error' case I removed. Created 9 years, 1 month 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/NegativeResolverTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java b/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
index f8875497f551a535af0e4cf880c5fbb30457955f..1bcec025fec366a1535ba04007132709c691e082 100644
--- a/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
+++ b/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
@@ -89,7 +89,7 @@ public class NegativeResolverTest extends CompilerTestCase {
"}"),
errEx(TypeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS, 3, 5, 14));
}
-
+
public void testMapLiteralNegativeTest() {
checkSourceErrors(
makeCode(
@@ -100,7 +100,7 @@ public class NegativeResolverTest extends CompilerTestCase {
"}"),
errEx(TypeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS, 3, 5, 21));
}
-
+
public void testCall1() {
checkNumErrors("StaticInstanceCallNegativeTest.dart", 1);
}

Powered by Google App Engine
This is Rietveld 408576698