| Index: tests/standalone/io/web_socket_protocol_processor_test.dart
|
| diff --git a/tests/standalone/src/io/WebSocketProtocolProcessorTest.dart b/tests/standalone/io/web_socket_protocol_processor_test.dart
|
| similarity index 98%
|
| rename from tests/standalone/src/io/WebSocketProtocolProcessorTest.dart
|
| rename to tests/standalone/io/web_socket_protocol_processor_test.dart
|
| index ab381e78d11a56aa7e5307d54b4df5ad0d4c1b27..88c7c7838f4852367bd3d4e93cf862180c685fe7 100644
|
| --- a/tests/standalone/src/io/WebSocketProtocolProcessorTest.dart
|
| +++ b/tests/standalone/io/web_socket_protocol_processor_test.dart
|
| @@ -2,8 +2,8 @@
|
| // 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.
|
|
|
| -#source("../../../../runtime/bin/websocket.dart");
|
| -#source("../../../../runtime/bin/websocket_impl.dart");
|
| +#source("../../../runtime/bin/websocket.dart");
|
| +#source("../../../runtime/bin/websocket_impl.dart");
|
|
|
| class WebSocketFrame {
|
| WebSocketFrame(int opcode, List<int> data);
|
|
|