Skip to content

Commit 727a80d

Browse files
committed
test6716.d: link druntime instead of phobos
1 parent 0c1de6d commit 727a80d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

compiler/test/runnable_cxx/test6716.d

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ version(Windows)
44
{
55
// without main, there is no implicit reference to the runtime library
66
// other platforms pass the runtime library on the linker command line
7-
version(CRuntime_Microsoft)
8-
version(Win64)
9-
pragma(lib, "phobos64");
10-
else
11-
pragma(lib, "phobos32mscoff");
12-
else
13-
pragma(lib, "phobos");
7+
pragma(lib, "druntime");
148
}
159

1610
extern(C++) int test6716(int magic)

0 commit comments

Comments
 (0)