diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:52:20 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:52:20 +0900 |
commit | e6c15f0e49b4ea41b5c5eb36457db0127ec901fc (patch) | |
tree | 996be9095a97ff2aac0d98963b6044d47a0ec60c /test/nullfile.asm | |
parent | 65c26d26fb72cec0d43d199c72ed27513d17f4c9 (diff) | |
download | nasm-e6c15f0e49b4ea41b5c5eb36457db0127ec901fc.tar.gz nasm-e6c15f0e49b4ea41b5c5eb36457db0127ec901fc.tar.bz2 nasm-e6c15f0e49b4ea41b5c5eb36457db0127ec901fc.zip |
Diffstat (limited to 'test/nullfile.asm')
-rw-r--r-- | test/nullfile.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/nullfile.asm b/test/nullfile.asm new file mode 100644 index 0000000..83e306e --- /dev/null +++ b/test/nullfile.asm @@ -0,0 +1,4 @@ +;Testname=test; Arguments=-fbin -onull.bin; Files=stdout stderr null.bin +; +; A file that produces no output has been known to occationally crash NASM. +; |