diff options
Diffstat (limited to 'llvm/test/tools/llvm-strings/whitespace.test')
-rw-r--r-- | llvm/test/tools/llvm-strings/whitespace.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-strings/whitespace.test b/llvm/test/tools/llvm-strings/whitespace.test index f34a671e997..7963ff73fb8 100644 --- a/llvm/test/tools/llvm-strings/whitespace.test +++ b/llvm/test/tools/llvm-strings/whitespace.test @@ -1,2 +1,3 @@ -RUN: echo -n abcd | llvm-strings - | FileCheck %s --strict-whitespace +## Show that the default output format matches GNU strings. +RUN: echo -n abcd | llvm-strings - | FileCheck %s --strict-whitespace --implicit-check-not={{.}} CHECK: {{^}}abcd{{$}} |