We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780379a commit 3414aadCopy full SHA for 3414aad
test_examples.sh
@@ -12,5 +12,5 @@ git clone https://github.com/libmir/mir-core
12
# compile the examples
13
for file in $(find out -name "*.d") ; do
14
echo "Testing: $file"
15
- $DMD -unittest -Isource -Imir-core/source -c -o- "$file"
+ $DMD -unittest -Isource -Imir-core/source -preview=dip1008 -c -o- "$file"
16
done
0 commit comments