diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-29 12:23:34 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-29 12:23:34 -0700 |
commit | 459cdb3da5e289a46104f928cb95021b4bae3194 (patch) | |
tree | c7a5fb1d254b64b96e2a75d59a6e5ec1d2906f07 | |
parent | a675eda3939602bf6d21e06d4be06988aaad7569 (diff) | |
download | mu-459cdb3da5e289a46104f928cb95021b4bae3194.tar.gz |
4091
-rw-r--r-- | 053recipe_header.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/053recipe_header.cc b/053recipe_header.cc index 513cfc4e..781e0107 100644 --- a/053recipe_header.cc +++ b/053recipe_header.cc @@ -357,7 +357,7 @@ def add2 x:num, y:num [ ] +error: add2: replied with the wrong number of products at 'return z' -:(scenario recipe_headers_are_checked_against_transformed_instructions) +:(scenario recipe_headers_are_checked_against_pre_transformed_instructions) % Hide_errors = true; def foo -> x:num [ local-scope |