Home | History | Annotate | Download | only in Modules
      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