diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 06:02:11 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 06:02:11 +0000 |
commit | a6cd5cd98b45298ed6a13ff14551a43d1a210a32 (patch) | |
tree | 9e3d683f2d133c84fdcbb94a8acb1dc5f25823ff /test/Modules | |
parent | e095c654b02e354e188479809e2c7438700bbc95 (diff) |
clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules')
-rw-r--r-- | test/Modules/global_index.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Modules/global_index.m b/test/Modules/global_index.m index 0c8fca0cfd..53bee03c41 100644 --- a/test/Modules/global_index.m +++ b/test/Modules/global_index.m @@ -7,7 +7,6 @@ // RUN: ls %t|grep modules.idx // Run and use the global module index // RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fdisable-module-hash -fmodules -fmodules-global-index -F %S/Inputs %s -verify -print-stats 2>&1 | FileCheck %s -// REQUIRES: shell // expected-no-diagnostics @import DependsOnModule; |