Fixed emit test for 'Simple conditionals'

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-12 09:04:11 +02:00
parent 53062f5ebc
commit 4144c4accf
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ jobs:
# ./tlang.out
- name: Simple conditions
run: |
./tlang compile source/tlang/testing/simple_conditions.t
./tlang compile source/tlang/testing/simple_conditionals.t
./tlang.out
- name: Nested conditionals
run: |