diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-03 18:39:58 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-03 18:39:58 -0700 |
commit | 249a5672e41f603c8d705f69f2939a25a45685ff (patch) | |
tree | e823865449d538dec8d2606ba45af7878a277588 /cpp/.traces/trace_check_passes_silently | |
parent | 282a3d94b5ba889a91ac537558d0237225571a85 (diff) | |
download | mu-249a5672e41f603c8d705f69f2939a25a45685ff.tar.gz |
1246
Diffstat (limited to 'cpp/.traces/trace_check_passes_silently')
-rw-r--r-- | cpp/.traces/trace_check_passes_silently | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/trace_check_passes_silently b/cpp/.traces/trace_check_passes_silently index c34c73d2..3ee8d037 100644 --- a/cpp/.traces/trace_check_passes_silently +++ b/cpp/.traces/trace_check_passes_silently @@ -16,7 +16,7 @@ after-brace/0: trace-should-contain ... new/0: routine allocated memory from 1000 to 101000 schedule/0: main run/0: instruction main/0 -run/0: run {name: " +run/0: run/42 {name: " trace [a], [b] ", value: 0, type: 0, properties: [" trace [a], [b] @@ -27,10 +27,10 @@ parse/0: ingredient: {name: "b", value: 0, type: 0, properties: ["b": "literal after-brace/0: recipe run1001 after-brace/0: trace ... run/0: instruction run1001/0 -run/0: trace {name: "a", value: 0, type: 0, properties: ["a": "literal-string"]}, {name: "b", value: 0, type: 0, properties: ["b": "literal-string"]} +run/0: trace/18 {name: "a", value: 0, type: 0, properties: ["a": "literal-string"]}, {name: "b", value: 0, type: 0, properties: ["b": "literal-string"]} a/0: b run/0: instruction main/1 -run/0: trace-should-contain {name: " +run/0: trace-should-contain/44 {name: " a: b ", value: 0, type: 0, properties: [" a: b |