mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
travis: weirdpaste -- add nil dereference test
To address BR 3392696 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
6c300aa488
commit
80e1774b90
@ -24,3 +24,13 @@
|
||||
|
||||
%define N 1e%++%+ 5
|
||||
dd N, 1e+5
|
||||
|
||||
;
|
||||
; test nil dereference, since we're
|
||||
; modifying with %line keep it last
|
||||
; in the file
|
||||
;
|
||||
; BR 3392696
|
||||
;
|
||||
%line 1 "`weirdpaste.asm"
|
||||
mov eax, eax
|
||||
|
Binary file not shown.
@ -21,3 +21,13 @@
|
||||
|
||||
|
||||
dd 1e+5, 1e+5
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
%line 2+1 '`weirdpaste.asm'
|
||||
mov eax, eax
|
||||
|
Loading…
x
Reference in New Issue
Block a user