summaryrefslogtreecommitdiff
path: root/test/fwdopt.asm
Commit message (Collapse)AuthorAgeFilesLines
* test: change .stdout/.stderr to stdout/stderrH. Peter Anvin2008-10-061-1/+1
| | | | | | | | Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* test: test for code that relies on the optimizer to be validH. Peter Anvin2008-09-231-0/+133
There exists a fair bit of code out there which relies on the optimizer in order to fit inside a predefined envelope. NASM 2.04rc4 breaks this; write a simple test to demonstrate. Signed-off-by: H. Peter Anvin <hpa@zytor.com>