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/check_trace_instruction | |
parent | 282a3d94b5ba889a91ac537558d0237225571a85 (diff) | |
download | mu-249a5672e41f603c8d705f69f2939a25a45685ff.tar.gz |
1246
Diffstat (limited to 'cpp/.traces/check_trace_instruction')
-rw-r--r-- | cpp/.traces/check_trace_instruction | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/check_trace_instruction b/cpp/.traces/check_trace_instruction index 08417a62..ef94da20 100644 --- a/cpp/.traces/check_trace_instruction +++ b/cpp/.traces/check_trace_instruction @@ -16,7 +16,7 @@ after-brace/0: trace-should-contain ... new/0: routine allocated memory from 1000 to 101000 schedule/0: check_trace_instruction run/0: instruction check_trace_instruction/0 -run/0: run {name: " +run/0: run/42 {name: " trace [foo], [aaa] ", value: 0, type: 0, properties: [" trace [foo], [aaa] @@ -27,10 +27,10 @@ parse/0: ingredient: {name: "aaa", value: 0, type: 0, properties: ["aaa": "lit after-brace/0: recipe run1001 after-brace/0: trace ... run/0: instruction run1001/0 -run/0: trace {name: "foo", value: 0, type: 0, properties: ["foo": "literal-string"]}, {name: "aaa", value: 0, type: 0, properties: ["aaa": "literal-string"]} +run/0: trace/18 {name: "foo", value: 0, type: 0, properties: ["foo": "literal-string"]}, {name: "aaa", value: 0, type: 0, properties: ["aaa": "literal-string"]} foo/0: aaa run/0: instruction check_trace_instruction/1 -run/0: trace-should-contain {name: " +run/0: trace-should-contain/44 {name: " foo: aaa ", value: 0, type: 0, properties: [" foo: aaa |