Make test runnable on read-only file systems.

This commit is contained in:
Sterling Augustine 2021-04-14 13:28:57 -07:00
parent 6559ebd91b
commit d2bb3cbbf8
1 changed files with 1 additions and 1 deletions

View File

@ -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