]> granicus.if.org Git - llvm/commitdiff
NFC. Remove trailing whitespace in test
authorJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 12 Aug 2019 11:39:54 +0000 (11:39 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 12 Aug 2019 11:39:54 +0000 (11:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368556 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-strings/stdin.test

index b8ccc12e52f981f75b4139ffe424b9cc5e25672d..9af474ca7ea76db01add7beca07c11ae7a78a078 100644 (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