| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
|
| index f44cba12093d1412748900ec62bf1e7de810ffb0..f11947aa2645727b0677f217ed1dc7cf44530013 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
|
| @@ -672,15 +672,6 @@ public class StaticTypeWarningCodeTest extends ResolverTestCase {
|
| verify(source);
|
| }
|
|
|
| - public void test_undefinedFunction() throws Exception {
|
| - Source source = addSource(createSource(//
|
| - "void f() {",
|
| - " g();",
|
| - "}"));
|
| - resolve(source);
|
| - assertErrors(StaticTypeWarningCode.UNDEFINED_FUNCTION);
|
| - }
|
| -
|
| public void test_undefinedGetter() throws Exception {
|
| Source source = addSource(createSource(//
|
| "class T {}",
|
|
|