Skip to content

Commit 4918a3d

Browse files
ldionnetstellar
authored andcommitted
[libc++] Fix extern-templates.sh.cpp test on Linux
(cherry picked from commit bf5941a)
1 parent d56d2c8 commit 4918a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/debug/extern-templates.sh.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// UNSUPPORTED: libcpp-has-no-localization
1616

1717
// RUN: %{cxx} %{flags} %{compile_flags} %s %{link_flags} -fPIC -DTU1 -D_LIBCPP_DEBUG=1 -fvisibility=hidden -shared -o %t.lib
18-
// RUN: cd %T && %{cxx} %{flags} %{compile_flags} %s %basename_t.tmp.lib %{link_flags} -fPIC -DTU2 -D_LIBCPP_DEBUG=1 -fvisibility=hidden -o %t.exe
18+
// RUN: cd %T && %{cxx} %{flags} %{compile_flags} %s ./%basename_t.tmp.lib %{link_flags} -fPIC -DTU2 -D_LIBCPP_DEBUG=1 -fvisibility=hidden -o %t.exe
1919
// RUN: %{exec} %t.exe
2020

2121
#include <cassert>

0 commit comments

Comments
 (0)