From: NAKAMURA Takumi Date: Wed, 10 Dec 2014 08:20:32 +0000 (+0000) Subject: clang/test/Modules/modular_maps.cpp REQUIRES shell. chdir is unsupported on Lit inter... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eec7e69d00b4488fd766f9d2a5ee9cecc470a22;p=clang clang/test/Modules/modular_maps.cpp REQUIRES shell. chdir is unsupported on Lit internal runner. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223921 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/modular_maps.cpp b/test/Modules/modular_maps.cpp index 3b6afc7552..bdb2116340 100644 --- a/test/Modules/modular_maps.cpp +++ b/test/Modules/modular_maps.cpp @@ -11,6 +11,9 @@ // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=Inputs/modular_maps/modulea-cwd.map -fmodule-map-file=Inputs/modular_maps/modulec-cwd.map -I Inputs/modular_maps %s -verify -fmodule-map-file-home-is-cwd // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=Inputs/modular_maps/modulec-cwd.map -fmodule-map-file=Inputs/modular_maps/modulea-cwd.map -I Inputs/modular_maps %s -verify -fmodule-map-file-home-is-cwd +// chdir is unsupported on Lit internal runner. +// REQUIRES: shell + #include "common.h" #include "a.h" #include "b.h" // expected-error {{private header}}