blob: c51e5e62724cc5371a6ab0b0ec58acbe1e8cc335 [file] [log] [blame] [edit]
## Show that the default output format matches GNU strings.
RUN: echo -n abcd > %t
RUN: llvm-strings %t - | FileCheck %s --strict-whitespace --implicit-check-not={{.}}
CHECK: {{^}}abcd{{$}}