| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java (revision 11954)
|
| +++ compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java (working copy)
|
| @@ -953,7 +953,7 @@
|
| assertErrors(errors, errEx(TypeErrorCode.NO_SUCH_TYPE, 7, 3, 10));
|
| }
|
|
|
| - public void test_newLibrarySyntax_export() throws Exception {
|
| + public void xtest_newLibrarySyntax_export() throws Exception {
|
| appSource.setContent(
|
| "A.dart",
|
| makeCode(
|
| @@ -968,7 +968,8 @@
|
| makeCode(
|
| "// filler filler filler filler filler filler filler filler filler filler filler",
|
| "library test.B;",
|
| - "import 'A.dart' as libA hide TypeAC & export;",
|
| + "import 'A.dart' as libA hide TypeAC;",
|
| + "export 'A.dart';",
|
| "class TypeBA {}",
|
| "class TypeBB {}",
|
| "class TypeBC {}",
|
|
|