about summary refs log tree commit diff stats
path: root/056shape_shifting_recipe.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-07-10 21:47:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-07-10 21:47:24 -0700
commita9a2f7db59c1efdeaf0a4db41778c35f97054d61 (patch)
treed558707243eeec902a2e26600acf0370451f0638 /056shape_shifting_recipe.cc
parent8b7917f05b653fa423f1b97e02147b2053227632 (diff)
downloadmu-a9a2f7db59c1efdeaf0a4db41778c35f97054d61.tar.gz
3108
Diffstat (limited to '056shape_shifting_recipe.cc')
-rw-r--r--056shape_shifting_recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/056shape_shifting_recipe.cc b/056shape_shifting_recipe.cc
index ead3296e..5cbbfa59 100644
--- a/056shape_shifting_recipe.cc
+++ b/056shape_shifting_recipe.cc
@@ -604,6 +604,7 @@ def foo x:c:_bar:_baz [
   local-scope
   load-ingredients
 ]
+# no errors
 
 :(scenario shape_shifting_recipe_type_deduction_ignores_offsets)
 def main [
@@ -1102,7 +1103,6 @@ $error: 0
 def add a:address:foo:_elem [
   assert 0, [should not get here]
 ]
-
 def main [
   # call primitive add with literal 0
   add 0, 0