about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
Diffstat (limited to '029tools.cc')
-rw-r--r--029tools.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/029tools.cc b/029tools.cc
index c481e583..b794de21 100644
--- a/029tools.cc
+++ b/029tools.cc
@@ -74,8 +74,8 @@ def main [
 
 :(scenario stash_number)
 def main [
-  1:number <- copy 34
-  stash [foo:], 1:number
+  1:num <- copy 34
+  stash [foo:], 1:num
 ]
 +app: foo: 34