Disabled 'simple_variables.t' as it uses the now-currently unsupported 'discard' keyword

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-12 08:59:19 +02:00
parent 715efb1b14
commit 4d457c2eb3
1 changed files with 5 additions and 4 deletions

View File

@ -172,10 +172,11 @@ jobs:
run: |
./tlang compile source/tlang/testing/simple_functions.t
./tlang.out
- name: Simple variables
run: |
./tlang compile source/tlang/testing/simple_variables.t
./tlang.out
# TODO: Re-enable when we support the `discard` keyword again
#- name: Simple variables
# run: |
# ./tlang compile source/tlang/testing/simple_variables.t
# ./tlang.out
- name: Simple conditions
run: |
./tlang compile source/tlang/testing/simple_conditions.t