diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2016-02-09 20:02:35 +0000 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2016-02-09 20:02:35 +0000 |
commit | 601b6da8e34c523ab8fad25007e1f02262d398e6 (patch) | |
tree | 663543597fac8507ac4fbffd6f429a86cc1cf987 | |
parent | 969b1a50a04e579146f1a78c0c10547a8175577c (diff) | |
download | bcm5719-llvm-601b6da8e34c523ab8fad25007e1f02262d398e6.tar.gz bcm5719-llvm-601b6da8e34c523ab8fad25007e1f02262d398e6.zip |
Fix a typo in r260263
llvm-svn: 260269
-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 |