7 lines
133 B
V
7 lines
133 B
V
|
module websocket
|
||
|
|
||
|
// TODO This only checks that the client compiles, do real tests
|
||
|
fn test_compile() {
|
||
|
new('http://examples.com')
|
||
|
}
|