Skip to content

Commit 3414aad

Browse files
committed
fix travis
1 parent 780379a commit 3414aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ git clone https://github.com/libmir/mir-core
1212
# compile the examples
1313
for file in $(find out -name "*.d") ; do
1414
echo "Testing: $file"
15-
$DMD -unittest -Isource -Imir-core/source -c -o- "$file"
15+
$DMD -unittest -Isource -Imir-core/source -preview=dip1008 -c -o- "$file"
1616
done

0 commit comments

Comments
 (0)