Skip to content

Commit 78cf14f

Browse files
committed
Do not specify output for error test cases
1 parent 03f9115 commit 78cf14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/aarch64-got-relocations-pauth.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ _start:
7979

8080
#--- err.s
8181
# RUN: llvm-mc -filetype=obj -triple=aarch64 err.s -o err.o
82-
# RUN: not ld.lld err.o a.so -pie -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR --implicit-check-not=error:
82+
# RUN: not ld.lld err.o a.so -pie 2>&1 | FileCheck %s --check-prefix=ERR --implicit-check-not=error:
8383
# ERR: error: both AUTH and non-AUTH GOT entries for 'bar' requested, but only one type of GOT entry per symbol is supported
8484

8585
.globl _start

0 commit comments

Comments
 (0)