summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/arch-specific-libdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/arch-specific-libdir.c')
-rw-r--r--clang/test/Driver/arch-specific-libdir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Driver/arch-specific-libdir.c b/clang/test/Driver/arch-specific-libdir.c
index 3889b37131e..48196e6bdd0 100644
--- a/clang/test/Driver/arch-specific-libdir.c
+++ b/clang/test/Driver/arch-specific-libdir.c
@@ -1,8 +1,6 @@
// Test that the driver adds an arch-specific subdirectory in
// {RESOURCE_DIR}/lib/linux to the search path.
//
-// REQUIRES: linux
-//
// RUN: %clang %s -### 2>&1 -target i386-unknown-linux \
// RUN: -resource-dir=%S/Inputs/resource_dir_with_arch_subdir \
// RUN: | FileCheck --check-prefixes=FILEPATH,ARCHDIR-i386 %s
OpenPOWER on IntegriCloud