summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dlltool/coff-weak-exports.def
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-dlltool/coff-weak-exports.def')
-rw-r--r--llvm/test/tools/llvm-dlltool/coff-weak-exports.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-dlltool/coff-weak-exports.def b/llvm/test/tools/llvm-dlltool/coff-weak-exports.def
index 693a03a445a..dbc59be8ae1 100644
--- a/llvm/test/tools/llvm-dlltool/coff-weak-exports.def
+++ b/llvm/test/tools/llvm-dlltool/coff-weak-exports.def
@@ -15,14 +15,14 @@ ImpLibName2 = Implementation2 == AltTestFunction2
ImpLibName3 = kernel32.Sleep
; CHECK: U AltTestFunction
-; CHECK-NEXT: w TestFunction
+; CHECK-NEXT: W TestFunction
; CHECK: U __imp_AltTestFunction
-; CHECK-NEXT: w __imp_TestFunction
+; CHECK-NEXT: W __imp_TestFunction
; CHECK: T ImpLibName
; CHECK-NEXT: T __imp_ImpLibName
; CHECK: U AltTestFunction2
-; CHECK-NEXT: w ImpLibName2
+; CHECK-NEXT: W ImpLibName2
; CHECK: U __imp_AltTestFunction2
-; CHECK-NEXT: w __imp_ImpLibName2
+; CHECK-NEXT: W __imp_ImpLibName2
; CHECK: T ImpLibName3
; CHECK-NEXT: T __imp_ImpLibName3
OpenPOWER on IntegriCloud