about summary refs log tree commit diff stats
path: root/cpp/043space
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/043space')
-rw-r--r--cpp/043space1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/043space b/cpp/043space
index cc9c161e..4db3c725 100644
--- a/cpp/043space
+++ b/cpp/043space
@@ -2,7 +2,6 @@
 //: and all addresses in arguments are implicitly based on the 'default-space'
 //: (unless they have the /raw property)
 
-:(scenarios run)
 :(scenario "set_default_space")
 # if default-space is 10, and if an array of 5 locals lies from location 11 to 15 (inclusive),
 # then location 0 is really location 11, location 1 is really location 12, and so on.