about summary refs log tree commit diff stats
path: root/051scenario_test.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-13 16:53:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-13 16:53:32 -0700
commit65b3db5d597d7478be7bd6c38708ddc857719503 (patch)
treeb4a48a435696bae0d5b39bf0a73c705af3972b98 /051scenario_test.mu
parent590ccda599b2ba57b896305f6974abb11589558f (diff)
downloadmu-65b3db5d597d7478be7bd6c38708ddc857719503.tar.gz
1990 - extra ingredient for 'trace' depth
Now we can make use of all the depths from 1 to 99.
Diffstat (limited to '051scenario_test.mu')
-rw-r--r--051scenario_test.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/051scenario_test.mu b/051scenario_test.mu
index a36897c4..7767451b 100644
--- a/051scenario_test.mu
+++ b/051scenario_test.mu
@@ -62,7 +62,7 @@ scenario check_trace_negative [
 
 scenario check_trace_instruction [
   run [
-    trace [foo], [aaa]
+    trace 1, [foo], [aaa]
   ]
   trace-should-contain [
     foo: aaa