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 91701a4 commit a920164Copy full SHA for a920164
test/runnable/test18076.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+
3
+dir=${RESULTS_DIR}${SEP}runnable
4
+output_file=${dir}/test18076.sh.out
5
6
+echo 'import std.stdio; void main() { writeln("Success"); }' | \
7
+ $DMD -m${MODEL} -run - > ${output_file} || exit 1
8
+grep -q '^Success$' ${output_file} || exit 1
0 commit comments