about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-31 21:56:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-31 21:56:17 -0700
commit5683823abe7c156c2e520531da9acf6e3283d41c (patch)
treed8cf8e2a8367d658d8cdcc0c750d8820e6d57d16 /057static_dispatch.cc
parentb7cd91a6b407b4ab4f1365cff0cb56e48db4cb6b (diff)
downloadmu-5683823abe7c156c2e520531da9acf6e3283d41c.tar.gz
2334
Diffstat (limited to '057static_dispatch.cc')
-rw-r--r--057static_dispatch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc
index 5401c775..cc99f5ed 100644
--- a/057static_dispatch.cc
+++ b/057static_dispatch.cc
@@ -151,14 +151,14 @@ recipe test a:number -> z:number [
   z <- copy 1
 ]
 recipe test [
-  z:number <- copy 1
+  reply 34
 ]
 +warn: redefining recipe test
 
 :(scenario static_dispatch_disabled_on_headerless_definition_2)
 % Hide_warnings = true;
 recipe test [
-  z:number <- copy 1
+  reply 34
 ]
 recipe test a:number -> z:number [
   z <- copy 1