diff options
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c index 63f72d5..3336c46 100644 --- a/tests/main.c +++ b/tests/main.c @@ -251,6 +251,7 @@ static void run_all_tests() { " extern const a;\n" " ^\n"); test_load_error("tests/errors/no_main_func.amal", NULL); + test_load_error("tests/errors/closure_duplicate_param_name.amal", "TODO: Add expected error here"); } /* TODO: Restrict variables in global scope to const */ |