Saleem Abdulrasool 2729786fff llvm-strings: ensure that the last string is correctly printed
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
2016-11-12 03:39:21 +00:00

3 lines
68 B
Plaintext

RUN: echo -n abcdefg | llvm-strings - | FileCheck %s
CHECK: abcdefg