about summary refs log tree commit diff stats
path: root/089scenario_filesystem.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-15 23:56:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-15 23:56:30 -0700
commit9ed95defa5f0b8da0f5ce1fc24bad2323496fa70 (patch)
tree8e99fbfde6bc17ba1f872cf44505712c8a3186fb /089scenario_filesystem.cc
parent0893d65e27e00e123d8d4f58a4c50dabe32ae7fa (diff)
downloadmu-9ed95defa5f0b8da0f5ce1fc24bad2323496fa70.tar.gz
3505
Diffstat (limited to '089scenario_filesystem.cc')
-rw-r--r--089scenario_filesystem.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/089scenario_filesystem.cc b/089scenario_filesystem.cc
index 6f65b06f..f5b7d5db 100644
--- a/089scenario_filesystem.cc
+++ b/089scenario_filesystem.cc
@@ -1,8 +1,6 @@
 //: Clean syntax to manipulate and check the file system in scenarios.
-//: Instructions 'assume-resources' and 'resources-should-contain' implicitly create
-//: a variable called 'resources' that is accessible to later instructions in
-//: the scenario. 'resources-should-contain' can check unicode characters in
-//: the fake resources
+//: Instruction 'assume-resources' implicitly creates a variable called
+//: 'resources' that is accessible to later instructions in the scenario.
 
 :(scenarios run_mu_scenario)
 :(scenario simple_filesystem)