aboutsummaryrefslogtreecommitdiff
path: root/code/http_test.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-22 23:18:29 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-22 23:18:29 +0100
commitee0aa7b9de907e70e00ca3ab891087c2ee86a31b (patch)
tree76029a9a80b1ea563c9ccc750f07bc2377359090 /code/http_test.odin
parent2e506b7e6ebf527f94ac5faaecb54771ed137c48 (diff)
Fix assert; exporting rules
Diffstat (limited to 'code/http_test.odin')
-rw-r--r--code/http_test.odin1
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"