]> granicus.if.org Git - clang/commitdiff
clang/test/Modules/modular_maps.cpp REQUIRES shell. chdir is unsupported on Lit inter...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 10 Dec 2014 08:20:32 +0000 (08:20 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 10 Dec 2014 08:20:32 +0000 (08:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223921 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/modular_maps.cpp

index 3b6afc7552d6f89d518ca266c33d08cadbdf4318..bdb2116340f5d5d394032a956308f22b51ccbfa7 100644 (file)
@@ -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}}