From 85c654a102701958d3748e82ecac9c1bc4dbbcba Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 16 Jul 2019 00:27:53 +0200 Subject: Start on real bytecode & doc parsing --- tests/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3