diff options
Diffstat (limited to 'lld/test/ELF/cgprofile-warn.s')
-rw-r--r-- | lld/test/ELF/cgprofile-warn.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/cgprofile-warn.s b/lld/test/ELF/cgprofile-warn.s index 2b30a1a0da9..471dc180397 100644 --- a/lld/test/ELF/cgprofile-warn.s +++ b/lld/test/ELF/cgprofile-warn.s @@ -7,7 +7,7 @@ # RUN: echo "B C 30" >> %t.call_graph # RUN: echo "adena A 30" >> %t.call_graph # RUN: echo "poppy A 30" >> %t.call_graph -# RUN: ld.lld -e A %t --call-graph-ordering-file %t.call_graph -o %t.out \ +# RUN: ld.lld -e A %t --call-graph-ordering-file %t.call_graph -o /dev/null \ # RUN: -noinhibit-exec -icf=all 2>&1 | FileCheck %s .section .text.C,"ax",@progbits |