| Index: compiler/javatests/com/google/dart/compiler/end2end/BasicTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/BasicTest.java b/compiler/javatests/com/google/dart/compiler/end2end/BasicTest.java
|
| index 750457814805aa3d2faa121b772987d4a8dfeed9..70841198a5f4f8c8ed87b6177096df97f9268a54 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/BasicTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/BasicTest.java
|
| @@ -9,10 +9,6 @@ package com.google.dart.compiler.end2end;
|
| */
|
| public class BasicTest extends End2EndTestCase {
|
|
|
| - public void testNative() throws Exception {
|
| - runTest("NativeTestLib.dart");
|
| - }
|
| -
|
| public void testRedirectedConstructors() throws Exception {
|
| runTest("RedirectedConstructorTest.dart");
|
| }
|
|
|