[libc++] Add missing %link_flags to .sh.cpp test
authorLouis Dionne <ldionne@apple.com>
Fri, 19 Jul 2019 14:01:48 +0000 (14:01 +0000)
committerLouis Dionne <ldionne@apple.com>
Fri, 19 Jul 2019 14:01:48 +0000 (14:01 +0000)
commit9e6a42a1856468e1408c2e07717b71b9cfe1c86a
treeee955fa68e28e568ed4d6cc59dba209894355008
parent1022c0dfde51a32c31cb912ccf8256e60debebfd
[libc++] Add missing %link_flags to .sh.cpp test

Without the link flags, the test always fails on Linux. For some reason,
however, it works on Darwin -- which is why it wasn't caught at first.

llvm-svn: 366579
libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp