diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-01 15:56:43 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-01 16:53:26 -0700 |
commit | c0ac457610db622d8f77c7317cab4c418c94c8c5 (patch) | |
tree | 772abcd98f180ee523113eae238c88c58e5acd78 /cpp/.traces/memory_check_multiple | |
parent | 0a8b00c06d4a41b3604c7f8c5065d93296848d78 (diff) | |
download | mu-c0ac457610db622d8f77c7317cab4c418c94c8c5.tar.gz |
1231
Diffstat (limited to 'cpp/.traces/memory_check_multiple')
-rw-r--r-- | cpp/.traces/memory_check_multiple | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cpp/.traces/memory_check_multiple b/cpp/.traces/memory_check_multiple new file mode 100644 index 00000000..230bdc6f --- /dev/null +++ b/cpp/.traces/memory_check_multiple @@ -0,0 +1,23 @@ +parse/0: instruction: memory-should-contain +parse/0: ingredient: {name: " + 1 <- 0 + 1 <- 0 + ", value: 0, type: 0, properties: [" + 1 <- 0 + 1 <- 0 + ": "literal-string"]} +after-brace/0: recipe main +after-brace/0: memory-should-contain ... +new/0: routine allocated memory from 1000 to 101000 +schedule/0: main +run/0: instruction main/0 +run/0: memory-should-contain {name: " + 1 <- 0 + 1 <- 0 + ", value: 0, type: 0, properties: [" + 1 <- 0 + 1 <- 0 + ": "literal-string"]} +run/0: checking location 1 +warn/0: duplicate expectation for location 1 +run/0: checking location 1 |