summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/02_runtime/00_scoping
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom/02_runtime/00_scoping')
-rw-r--r--tests/custom/02_runtime/00_scoping2
1 files changed, 1 insertions, 1 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 --