nasm/test/_version.asm
Victor van den Elzen 28f4634634 Remove obsolete ROL-EQU hack
Now that there is proper forward reference resolution,
we can get rid of this junk. Wiping the flags also
removed the SBYTEnn flags, causing

cmp eax, a-b
a: nop
b:

to assemble with -Ox like

cmp eax, strict dword -1

This is now fixed.
2008-09-11 13:14:23 +02:00

2 lines
85 B
NASM

;Testname=version; Arguments=-v; Files=.stdout
;Dummy test to record version numbers