[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / VFS / broken-vfs-module-dep.c
blob2336306de8c6d265bb544eb941db3b529a8d2440
1 // RUN: rm -rf %t
2 // RUN: mkdir -p %t
3 // RUN: not %clang_cc1 -module-dependency-dir %t -ivfsoverlay %S/Inputs/invalid-yaml.yaml %s 2>&1 | FileCheck %s
5 // CHECK: error: Unexpected token
6 // CHECK: error: Unexpected token
7 // CHECK: 1 error generated