about summary refs log tree commit diff stats
path: root/054dilated_reagent.cc
diff options
context:
space:
mode:
Diffstat (limited to '054dilated_reagent.cc')
-rw-r--r--054dilated_reagent.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/054dilated_reagent.cc b/054dilated_reagent.cc
index 4ea6abc1..8f9be99a 100644
--- a/054dilated_reagent.cc
+++ b/054dilated_reagent.cc
@@ -18,7 +18,6 @@ recipe main [
 
 :(scenarios run)
 :(scenario dilated_reagent_with_comment)
-% Hide_errors = true;
 recipe main [
   {1: number, foo: bar} <- copy 34  # test comment
 ]
@@ -26,7 +25,6 @@ recipe main [
 $error: 0
 
 :(scenario dilated_reagent_with_comment_immediately_following)
-% Hide_errors = true;
 recipe main [
   1:number <- copy {34: literal}  # test comment
 ]