about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/050scenario.cc b/050scenario.cc
index ef0ef4ff..97974a0a 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -99,9 +99,9 @@ scenario foo [
 
 :(scenario read_scenario_with_bracket_in_comment_in_nested_string)
 scenario foo [
-  1:address:shared:array:character <- new [# not a comment]
+  1:address:array:character <- new [# not a comment]
 ]
-+run: {1: ("address" "shared" "array" "character")} <- new {"# not a comment": "literal-string"}
++run: {1: ("address" "array" "character")} <- new {"# not a comment": "literal-string"}
 
 //:: Run scenarios when we run 'mu test'.
 //: Treat the text of the scenario as a regular series of instructions.