diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
commit | 87c72961c6e18a56caf5bac6b48196ccb8532336 (patch) | |
tree | ce264c2e0a75d70a5bf783c836e3a34acec62fb6 /tests/custom/02_runtime/04_switch_case | |
parent | 7d27ad5cf0737213ccdd625e88d64e1a0066d4c4 (diff) |
treewide: replace some leftover "utpl" occurrences, update .gitignore
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom/02_runtime/04_switch_case')
-rw-r--r-- | tests/custom/02_runtime/04_switch_case | 2 |
1 files changed, 1 insertions, 1 deletions
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. |