xref: /llvm-project/clang/test/Modules/pr21217.cpp (revision 7ddf5f147f044c51d3338c418a7ab367c6fca501)
1 // RUN: not %clang_cc1 -fmodules -fmodule-map-file=does-not-exist.modulemap -verify %s 2>&1 | FileCheck %s
2 
3 // CHECK: module map file 'does-not-exist.modulemap' not found
4