mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-22 03:35:35 -04:00
421c744b29
We would ignore the last string that appeared if the file ended with a printable character. Ensure that we get the last string. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286706 91177308-0d34-0410-b5e6-96231b3b80d8
3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
RUN: echo -n abcdefg | llvm-strings - | FileCheck %s
|
|
CHECK: abcdefg
|