Skip to content

Commit

Permalink
dmd testsuite: Remove superfluous -lc++ arg
Browse files Browse the repository at this point in the history
d_do_test.d already takes care of this.
  • Loading branch information
kinke committed Feb 8, 2024
1 parent 933d1f1 commit 47dbf73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dmd/runnable_cxx/cpp_stdlib.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// EXTRA_CPP_SOURCES: cpp_stdlib.cpp
// CXXFLAGS(osx linux freebsd openbsd netbsd dragonflybsd solaris): -std=c++11
// CXXFLAGS(osx): -stdlib=libc++
// REQUIRED_ARGS(osx): -L-lc++
import core.stdc.stdio;

// Disabled on windows because it needs bindings
Expand Down

0 comments on commit 47dbf73

Please sign in to comment.