mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
b89c12e248
We would ignore the last string that appeared if the file ended with a printable character. Ensure that we get the last string. llvm-svn: 286706
3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
RUN: echo -n abcdefg | llvm-strings - | FileCheck %s
|
|
CHECK: abcdefg
|