diff options
Diffstat (limited to 'test/parse/module/bad-binary-module-magic.txt')
-rw-r--r-- | test/parse/module/bad-binary-module-magic.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/parse/module/bad-binary-module-magic.txt b/test/parse/module/bad-binary-module-magic.txt new file mode 100644 index 00000000..9f8c7e7c --- /dev/null +++ b/test/parse/module/bad-binary-module-magic.txt @@ -0,0 +1,9 @@ +;;; ERROR: 1 +(module + "\00ASM" + "\0b\00\00\00") +(;; STDERR ;;; +parse/module/bad-binary-module-magic.txt:3:3: error in binary module: @0x00000004: magic value mismatch + "\00ASM" + ^^^^^^^^ +;;; STDERR ;;) |