diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-14 19:06:57 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-14 19:08:38 -0700 |
commit | 82ac0b7ecbc145ed8c8ecd8309166f654af1ee75 (patch) | |
tree | fb24d253bec1b3a24bf9d3e6d746111dbf4b856f /cpp/.traces/string-equal-with-empty | |
parent | 0edf822f996c5def4588cc207d1977cffc3e9a0c (diff) | |
download | mu-82ac0b7ecbc145ed8c8ecd8309166f654af1ee75.tar.gz |
1063 - variable names for surrounding spaces now work
This was a pain to debug.
Diffstat (limited to 'cpp/.traces/string-equal-with-empty')
-rw-r--r-- | cpp/.traces/string-equal-with-empty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/.traces/string-equal-with-empty b/cpp/.traces/string-equal-with-empty index 13f64aac..22a9d4a9 100644 --- a/cpp/.traces/string-equal-with-empty +++ b/cpp/.traces/string-equal-with-empty @@ -23,6 +23,7 @@ after-brace/0: new ... after-brace/0: new ... after-brace/0: string-equal ... run/0: instruction test-string-equal-with-empty/0 +mem/0: new alloc: 1000 mem/0: array size is 30 run/0: instruction test-string-equal-with-empty/1 mem/0: storing 1030 in location 1002 @@ -32,6 +33,7 @@ run/0: instruction test-string-equal-with-empty/3 mem/0: location 1002 is 1030 mem/0: location 1003 is 1031 run/0: instruction string-equal/0 +mem/0: new alloc: 1036 mem/0: array size is 30 run/0: instruction string-equal/1 run/0: product 0 is 1030 |