clang/test/Modules/malformed.cpp REQUIRES shell due to "cd".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 2 Dec 2014 03:55:16 +0000 (03:55 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 2 Dec 2014 03:55:16 +0000 (03:55 +0000)
llvm-svn: 223107

clang/test/Modules/malformed.cpp

index e107680..68d2cbd 100644 (file)
@@ -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