1*67e74705SXin Li // RUN: not %clang_cc1 -fmodules -fmodule-map-file=does-not-exist.modulemap -verify %s 2>&1 | FileCheck %s 2*67e74705SXin Li 3*67e74705SXin Li // CHECK: module map file 'does-not-exist.modulemap' not found 4