| 1 | // 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 | |
| 6 |
| 1 | // 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 | |
| 6 |