forked from OSchip/llvm-project
Make test runnable on read-only file systems.
This commit is contained in:
parent
6559ebd91b
commit
d2bb3cbbf8
|
@ -1,5 +1,5 @@
|
|||
// RUN: rm -f %t.diag
|
||||
// RUN: not %clang -c %s --serialize-diagnostics %t.diag
|
||||
// RUN: not %clang -c %s --serialize-diagnostics %t.diag -o /dev/null
|
||||
// RUN: c-index-test -read-diagnostics %t.diag 2>&1 | FileCheck %s
|
||||
|
||||
# 1 "" 1
|
||||
|
|
Loading…
Reference in New Issue