mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
websocket: make compile
This commit is contained in:
6
vlib/net/websocket/ws_test.v
Normal file
6
vlib/net/websocket/ws_test.v
Normal file
@ -0,0 +1,6 @@
|
||||
module websocket
|
||||
|
||||
// TODO This only checks that the client compiles, do real tests
|
||||
fn test_compile() {
|
||||
new('http://examples.com')
|
||||
}
|
Reference in New Issue
Block a user