Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-strings / file-filename.test
blob7284970a4cf023cb2a04a41039172311ade0546b
1 ## Show that --print-file-name prints the name of the file before each line in
2 ## the output.
4 RUN: echo abcd > %t
5 RUN: echo efg >> %t
6 RUN: echo hijk >> %t
7 RUN: llvm-strings -f %t | FileCheck %s --strict-whitespace -DFILE=%t
8 RUN: llvm-strings --print-file-name %t | FileCheck %s --strict-whitespace -DFILE=%t
9 CHECK:      [[FILE]]: abcd
10 CHECK-NEXT: [[FILE]]: hijk