diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-22 23:18:29 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-22 23:18:29 +0100 |
| commit | ee0aa7b9de907e70e00ca3ab891087c2ee86a31b (patch) | |
| tree | 76029a9a80b1ea563c9ccc750f07bc2377359090 /code/http_test.odin | |
| parent | 2e506b7e6ebf527f94ac5faaecb54771ed137c48 (diff) | |
Fix assert; exporting rules
Diffstat (limited to 'code/http_test.odin')
| -rw-r--r-- | code/http_test.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/http_test.odin b/code/http_test.odin index e39273834..98f0a017c 100644 --- a/code/http_test.odin +++ b/code/http_test.odin @@ -1,4 +1,3 @@ - #import "fmt.odin" as fmt #foreign_system_library "Ws2_32" |