Index: LayoutTests/dart/dom/WebSocket.dart |
diff --git a/LayoutTests/dart/dom/WebSocket.dart b/LayoutTests/dart/dom/WebSocket.dart |
deleted file mode 100644 |
index f5545fb77bd15cf9cf34686ab2ac622ad37a5adb..0000000000000000000000000000000000000000 |
--- a/LayoutTests/dart/dom/WebSocket.dart |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-#import('../../../../../dart/client/testing/unittest/unittest.dart'); |
-#import('dart:dom'); |
- |
-main() { |
- |
- forLayoutTests(); |
- |
- test('constructorTest', () { |
- var socket = new WebSocket('ws://localhost'); |
- Expect.isTrue(socket != null); |
- Expect.isTrue(socket is WebSocket); |
- }); |
-} |