Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-strings / eof.test
blob19b5adc85ef0e4b1d84d5b2069727eae23f04c8d
1 ## Show that llvm-strings prints the last string in the input even if no
2 ## unprintable character follows it.
4 RUN: echo -n abcdefg | llvm-strings - | FileCheck %s --check-prefix=PRINT
5 PRINT: abcdefg
7 ## Show that llvm-strings does not print the last string in the input if it is
8 ## too short and no unprintable character follows it.
10 RUN: echo -n abc | llvm-strings - | FileCheck --allow-empty %s --check-prefix=NOPRINT
11 NOPRINT-NOT: {{.}}