diff options
Diffstat (limited to 'tests/custom/02_runtime')
-rw-r--r-- | tests/custom/02_runtime/00_scoping | 2 | ||||
-rw-r--r-- | tests/custom/02_runtime/04_switch_case | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/custom/02_runtime/00_scoping b/tests/custom/02_runtime/00_scoping index 5fadf43..6c3ce14 100644 --- a/tests/custom/02_runtime/00_scoping +++ b/tests/custom/02_runtime/00_scoping @@ -1,4 +1,4 @@ -Utpl implements function scoping, make sure that let variables are +Ucode implements function scoping, make sure that let variables are invisible outside of the function scope. -- Expect stdout -- diff --git a/tests/custom/02_runtime/04_switch_case b/tests/custom/02_runtime/04_switch_case index 4c1fc57..9c0c637 100644 --- a/tests/custom/02_runtime/04_switch_case +++ b/tests/custom/02_runtime/04_switch_case @@ -1,4 +1,4 @@ -Testing utpl switch statements. +Testing ucode switch statements. 1. Ensure that execution starts at the first matching case. |