blob: e01715f3b0b8e18c2fcb6cefd9e183d096e18552 [file] [log] [blame]
Saleem Abdulrasoole5f3cf82018-05-01 18:40:42 +00001// Test that -print-prog-name= correctly returns an empty string
2
3// RUN: %clang -print-prog-name= 2>&1 | FileCheck %s
4// CHECK-NOT:{{.+}}
5