Skip to content

Commit 27f3039

Browse files
committed
Be more strict when checking existence of foo
1 parent 10aa7ea commit 27f3039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-objdump/X86/disassemble-functions.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# RUN: yaml2obj -o %t.out %p/Inputs/simple-executable-x86_64.yaml
55
# RUN: llvm-objdump -d %t.out --disassemble-symbols=main \
6-
# RUN: | FileCheck %s --check-prefix=MAIN --implicit-check-not=foo --implicit-check-not=somedata
6+
# RUN: | FileCheck %s --check-prefix=MAIN --implicit-check-not="<foo>:" --implicit-check-not=somedata
77
# RUN: llvm-objdump -d %t.out --disassemble-symbols=main,foo \
88
# RUN: | FileCheck %s --check-prefixes=MAIN,FOO --implicit-check-not=somedata
99

0 commit comments

Comments
 (0)