Renamed test case

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-12 09:31:10 +02:00
parent a973f60d54
commit fefaa6e434
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ jobs:
- name: Simple function call
run: ./tlang typecheck source/tlang/testing/typecheck/simple_function_call.t
- name: Simple function call 1
- name: Simple function call 1 (type mismatch)
run: |
./tlang typecheck source/tlang/testing/typecheck/simple_function_call_1.t
if [ $? = 255 ]