diff options
-rw-r--r-- | llvm/test/tools/llvm-config/system-libs.windows.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-config/system-libs.windows.test b/llvm/test/tools/llvm-config/system-libs.windows.test index 66088424e24..cc976ea3406 100644 --- a/llvm/test/tools/llvm-config/system-libs.windows.test +++ b/llvm/test/tools/llvm-config/system-libs.windows.test @@ -1,5 +1,5 @@ RUN: llvm-config --system-libs 2>&1 | FileCheck %s -REQUIRED: system-windows +REQUIRES: system-windows CHECK-NOT: -l CHECK: psapi.lib shell32.lib ole32.lib uuid.lib CHECK-NOT: error |