Fixed filepath for test 'simple_arrays.t'

arrays
parent 7b411cc9c8
commit 25147e6773

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

Loading…
Cancel
Save