Index: tests/standalone/timeout_test.dart |
diff --git a/tests/standalone/timeout_test.dart b/tests/standalone/timeout_test.dart |
deleted file mode 100644 |
index 028ff565b98cbcd820ee81457b24b4b714625767..0000000000000000000000000000000000000000 |
--- a/tests/standalone/timeout_test.dart |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-#import("dart:isolate"); |
- |
-// A test that runs forever. |
-void main() { |
- new ReceivePort().receive((x, y) => null); |
- // Does not close the receive port. |
-} |