llvm/test/tools/llvm-strings/stdin-filename.test
Saleem Abdulrasool 4da3d72a9b Revert "Revert "llvm-strings: support printing the filename""
Change the dynamic files to static in the hope that it will actually fix the
transient errors that Ive been unable to reproduce.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286891 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-14 21:10:41 +00:00

4 lines
145 B
Plaintext

RUN: echo abcd | llvm-strings -f - | FileCheck %s
RUN: echo abcd | llvm-strings --print-file-name - | FileCheck %s
CHECK: {standard input}: abcd