Ensure that a failure passes for 'simple_literals2.t' which checks for a failing to coerce due to incompatible types (actually)

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-12 11:36:31 +02:00
parent e80571758f
commit a8d244188e
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ jobs:
run: ./tlang typecheck source/tlang/testing/simple_literals.t
- name: Simple literals 2 (uncoercible)
run: |
set e+
set +e
./tlang typecheck source/tlang/testing/simple_literals2.t
if [ $? = 255 ]
then