about summary refs log tree commit diff stats
path: root/cpp/014types
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/014types')
-rw-r--r--cpp/014types6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/014types b/cpp/014types
index 755ae78d..d005bcbf 100644
--- a/cpp/014types
+++ b/cpp/014types
@@ -1,7 +1,7 @@
 //: Textual form for types.
 
-:(scenarios "load")
-:(scenario "container")
+:(scenarios load)
+:(scenario container)
 container foo [
   x:integer
   y:integer
@@ -54,7 +54,7 @@ void insert_container(const string& command, kind_of_type kind, istream& in) {
 
 //:: Similarly for exclusive_container.
 
-:(scenario "exclusive_container")
+:(scenario exclusive_container)
 exclusive-container foo [
   x:integer
   y:integer