brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · e01715f Raw
6 lines · c
1// Test that -print-prog-name= correctly returns an empty string2 3// RUN: %clang -print-prog-name= 2>&1 | FileCheck %s4// CHECK-NOT:{{.+}}5 6