Skip to content

Commit 834e164

Browse files
authored
Merge pull request #70888 from mikeash/fix-symbol-visibility-linux
[Test] Add _ZNSsC2EPKcRKSaIcE to symbol-visibility-linux.test-sh
2 parents 0bbcae4 + 5609103 commit 834e164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EOS6_PKS3_ \
251251
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_OS6_ \
252252
// RUN: -e _ZNSt6vectorIjSaIjEE17_M_realloc_insertIJRKjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_ \
253+
// RUN: -e _ZNSsC2EPKcRKSaIcE \
253254
// RUN: > %t/swiftCore-all.txt
254255
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftCore) > %t/swiftCore-no-weak.txt
255256
// RUN: diff -u %t/swiftCore-all.txt %t/swiftCore-no-weak.txt

0 commit comments

Comments
 (0)