1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

http: fix status codes (#6590)

This commit is contained in:
Justin Jones
2020-10-09 11:33:16 -04:00
committed by GitHub
parent 36706126fd
commit 04d3ca7dbe
3 changed files with 303 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const (
// 'vlib/v/gen/js/jsgen_test.v',
'vlib/net/http/cookie_test.v',
'vlib/net/http/http_test.v',
'vlib/net/http/status_test.v',
'vlib/net/websocket/ws_test.v',
'vlib/sqlite/sqlite_test.v',
'vlib/orm/orm_test.v',