Fixed filepath for test 'simple_arrays.t'

arrays
parent 7b411cc9c8
commit 25147e6773

@ -115,13 +115,11 @@ jobs:
# Array support
- name: Simple array
run: ./tlang typecheck source/tlang/testing/typecheck/simple_array.t
run: ./tlang typecheck source/tlang/testing/typecheck/simple_arrays.t
- name: Simple array 2
run: ./tlang typecheck source/tlang/testing/typecheck/simple_arrays2.t
- name: Simple array 4
run: ./tlang typecheck source/tlang/testing/typecheck/simple_arrays4.t
- name: Simple array
run: ./tlang typecheck source/tlang/testing/typecheck/simple_array.t
- name: Stack-based array coercion
run: ./tlang typecheck source/tlang/testing/simple_stack_array_coerce.t
@ -245,7 +243,7 @@ jobs:
./tlang.out
- name: Simple array
run: |
./tlang compile source/tlang/testing/simple_array.t
./tlang compile source/tlang/testing/simple_arrays.t
./tlang.out
- name: Simple array 2
run: |

Loading…
Cancel
Save