From 4144c4accf9e12d9c80536299ec97da86308e348 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 12 Apr 2023 09:04:11 +0200 Subject: [PATCH] Fixed emit test for 'Simple conditionals' --- .github/workflows/d.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index fa31e81e..a6e2c2a5 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -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: |