diff --git a/tests/runtest b/tests/runtest index 18fb9293..7094e490 100755 --- a/tests/runtest +++ b/tests/runtest @@ -34,7 +34,7 @@ echo if [ -z "$DMD" ] ; then echo "Testing with LDC. Set DMD environment variable to select compiler." - DMD="ldc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a" + DMD="ldmd -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a" echo "Default is $DMD" else echo "Using compiler given by DMD environment variable: $DMD"