From 8ca1b5a294ea3afbcf6d02d48023cb04ffa287a0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 2 Dec 2014 03:55:16 +0000 Subject: [PATCH] clang/test/Modules/malformed.cpp REQUIRES shell due to "cd". llvm-svn: 223107 --- clang/test/Modules/malformed.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/test/Modules/malformed.cpp b/clang/test/Modules/malformed.cpp index e107680..68d2cbd 100644 --- a/clang/test/Modules/malformed.cpp +++ b/clang/test/Modules/malformed.cpp @@ -1,6 +1,8 @@ // This test explicitly cd's to the test/Modules directory so that we can test // that filenames found via relative -I paths are printed correctly. // +// REQUIRES: shell +// // RUN: rm -rf %t // RUN: cd %S // RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t -I Inputs/malformed -DHEADER="a1.h" %s 2>&1 | FileCheck %s --check-prefix=CHECK-A -- 2.7.4