about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-13 17:02:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-13 17:02:33 -0700
commitb52bfca2a2b64cee5b17c5b53ce2f78c5591f4d9 (patch)
treeb98c0b33ad543609ae7028ce10bb090ed0ce7cfa /050scenario.cc
parente07cbe5edfef74005a56205586202e9a224f0500 (diff)
downloadmu-b52bfca2a2b64cee5b17c5b53ce2f78c5591f4d9.tar.gz
3175
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index 156f6661..d0a5d316 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -493,7 +493,6 @@ def main [
 -error: location 1 can't contain non-number 34  # comment
 # but there'll be an error signalled by memory-should-contain
 
-:(code)
 //: 'trace-should-contain' is like the '+' lines in our scenarios so far
 // Like runs of contiguous '+' lines, order is important. The trace checks
 // that the lines are present *and* in the specified sequence. (There can be