Be more strict when checking existence of foo

This commit is contained in:
Juneyoung Lee 2020-03-15 12:02:19 +09:00
parent 10aa7ea951
commit 27f303924e
1 changed files with 1 additions and 1 deletions

View File

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