Skip to content

Commit 056af48

Browse files
committed
[BOLT][TEST] Fix is-strip test for NFC testing
1 parent d0613c1 commit 056af48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/X86/is-strip.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# RUN: llvm-bolt %t -o %t.out 2>&1 | FileCheck %s -check-prefix=CHECK-NOSTRIP
55
# RUN: cp %t %t.stripped
66
# RUN: llvm-strip -s %t.stripped
7-
# RUN: not llvm-bolt %t.stripped -o %t.out 2>&1 | FileCheck %s -check-prefix=CHECK-STRIP
7+
# RUN: not llvm-bolt %t.stripped -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK-STRIP
88
# RUN: llvm-bolt %t.stripped -o %t.out --allow-stripped 2>&1 | FileCheck %s -check-prefix=CHECK-NOSTRIP
99

1010
# CHECK-NOSTRIP-NOT: BOLT-ERROR: stripped binaries are not supported.

0 commit comments

Comments
 (0)