From eda75a17355ecbdcf3908b0fb59f404bbe71a7c9 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". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223107 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/malformed.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Modules/malformed.cpp b/test/Modules/malformed.cpp index e107680fdf..68d2cbd427 100644 --- a/test/Modules/malformed.cpp +++ b/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.50.1