brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · c51e5e6 Raw
5 lines · plain
1## Show that the default output format matches GNU strings.2RUN: echo -n abcd > %t3RUN: llvm-strings %t - | FileCheck %s --strict-whitespace --implicit-check-not={{.}}4CHECK: {{^}}abcd{{$}}5