Skip to content

Commit c542a88

Browse files
committed
[Test] Add another C++ symbol to the visibility filter
1 parent edb980e commit c542a88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stdlib/symbol-visibility-linux.test-sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_ \
245245
// RUN: -e _ZNSt6vectorIjSaIjEE12emplace_backIJjEEERjDpOT_ \
246246
// RUN: -e _ZNSt7__cxx119to_stringEi \
247+
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ \
247248
// RUN: > %t/swiftCore-all.txt
248249
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftCore) > %t/swiftCore-no-weak.txt
249250
// RUN: diff -u %t/swiftCore-all.txt %t/swiftCore-no-weak.txt
@@ -486,6 +487,7 @@
486487
// RUN: -e _ZNSt6vectorImSaImEE12emplace_backIJiEEERmDpOT_ \
487488
// RUN: -e _ZNSt6vectorImSaImEE12emplace_backIJmEEERmDpOT_ \
488489
// RUN: -e _ZNSt7__cxx119to_stringEi \
490+
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ \
489491
// RUN: > %t/swiftRemoteMirror-all.txt
490492
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftRemoteMirror) > %t/swiftRemoteMirror-no-weak.txt
491493
// RUN: diff -u %t/swiftRemoteMirror-all.txt %t/swiftRemoteMirror-no-weak.txt

0 commit comments

Comments
 (0)