diff options
author | David Phillips <david@sighup.nz> | 2019-08-11 19:46:24 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2019-08-11 19:47:09 +1200 |
commit | 74e86763c680f98234b27267d21a2696603cb457 (patch) | |
tree | 3301c8ab3a283365692ebd18de697c08aaf3a5e5 /test/asm/should-fail | |
parent | 0d36dbbf03a836ab6bc0d964176015dc12e68b47 (diff) | |
download | toy-cpu-assembler-74e86763c680f98234b27267d21a2696603cb457.tar.xz |
Add new tests
Diffstat (limited to 'test/asm/should-fail')
-rw-r--r-- | test/asm/should-fail/005-open-comment.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asm/should-fail/005-open-comment.asm b/test/asm/should-fail/005-open-comment.asm new file mode 100644 index 0000000..d4ebc0a --- /dev/null +++ b/test/asm/should-fail/005-open-comment.asm @@ -0,0 +1,3 @@ +nop +/* +addi $0, $0, 0 |