mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			273 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			273 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
;Testname=unoptimized; Arguments=-O0 -fbin -oa32offs.bin; Files=a32offs.bin stdout stderr
 | 
						|
;Testname=optimized;   Arguments=-Ox -fbin -oa32offs.bin; Files=a32offs.bin stdout stderr
 | 
						|
	bits 16
 | 
						|
foo:	a32 loop foo
 | 
						|
bar:	loop bar, ecx
 | 
						|
	
 | 
						|
	bits 32
 | 
						|
baz:	a16 loop baz
 | 
						|
qux:	loop qux, cx
 |