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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java

Issue 23495020: @proxy support the Analysis Engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java
index 08abeedd1951f3fd20016fdc74ef3c99ae9a45f1..fb56d777a7e9dec47378314bac15ce28c77b5b04 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java
@@ -128,9 +128,7 @@ public class CompileTimeErrorCodeTest extends ResolverTestCase {
"library lib2;",
"f() {}"));
resolve(source);
- assertErrors(
- StaticWarningCode.AMBIGUOUS_IMPORT,
- StaticTypeWarningCode.INVOCATION_OF_NON_FUNCTION);
+ assertErrors(StaticWarningCode.AMBIGUOUS_IMPORT, CompileTimeErrorCode.UNDEFINED_FUNCTION);
}
public void test_argumentDefinitionTestNonParameter() throws Exception {

Powered by Google App Engine
This is Rietveld 408576698