[NFC] Marking test added in r363975 as unsupported on Windows.

This test references a path that does not exist on Windows causing
it to emit different output from what was expected leading to a
failure when run on Windows.

llvm-svn: 364120
This commit is contained in:
Douglas Yung 2019-06-22 01:09:00 +00:00
parent 82df97ca8e
commit c900c46d77
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// UNSUPPORTED: system-windows
// RUN: not clang-tidy -p %S/Inputs/empty-database %s 2>&1 | FileCheck %s
// CHECK: LLVM ERROR: Cannot chdir into ""!