1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

NFC. Remove trailing whitespace in test

llvm-svn: 368556
This commit is contained in:
James Henderson 2019-08-12 11:39:54 +00:00
parent 9faf6091cf
commit 6f6eb9e7e1

View File

@ -13,7 +13,7 @@ CASE3: abcd
CASE3-NEXT: efgh
## Case 4: output containing unprintable characters.
RUN: echo -e "abcd\x00ef\x1fghij\x7fklmn" | llvm-strings - | FileCheck %s --check-prefix=CASE4 --implicit-check-not={{.}}
RUN: echo -e "abcd\x00ef\x1fghij\x7fklmn" | llvm-strings - | FileCheck %s --check-prefix=CASE4 --implicit-check-not={{.}}
CASE4: abcd
CASE4-NEXT: ghij
CASE4-NEXT: klmn