aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-07-16 00:27:53 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit85c654a102701958d3748e82ecac9c1bc4dbbcba (patch)
tree61a804a3af5ca43e7608f4c5dc6ea1e292fc8a35 /tests
parentabd74f22fd0c58b30f951da9cec1d1799e9b5072 (diff)
Start on real bytecode & doc parsing
Diffstat (limited to 'tests')
-rw-r--r--tests/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/main.c b/tests/main.c
index 520d8b4..94f2d32 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -233,7 +233,6 @@ static void test_load_error(const char *filepath, const char *expected_error) {
free(expected_data.expected_error);
}
-
/* TODO: Restrict variables in global scope to const */
int main(int argc, char **argv) {
return_if_error(test_hash_map());
@@ -269,4 +268,4 @@ int main(int argc, char **argv) {
exit(1);
}
return 0;
-}
+} \ No newline at end of file