summaryrefslogtreecommitdiffstats
path: root/test/D/Issues/2944/image/main.d
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-19 10:46:38 (GMT)
committerRussel Winder <russel@winder.org.uk>2016-01-19 10:46:38 (GMT)
commit6cc2ad09d86e6da5812485b0e50a820e2560b31b (patch)
tree3868c62f2001a91a63a9d0c4cd40013a7afd9d00 /test/D/Issues/2944/image/main.d
parent04d57cfde1553cb10638a4f2d066c1c7f17a5d6f (diff)
downloadSCons-6cc2ad09d86e6da5812485b0e50a820e2560b31b.zip
SCons-6cc2ad09d86e6da5812485b0e50a820e2560b31b.tar.gz
SCons-6cc2ad09d86e6da5812485b0e50a820e2560b31b.tar.bz2
Correct the Issue number. Amend the test to use an option valid for dmd, ldc2, and gdc.
Diffstat (limited to 'test/D/Issues/2944/image/main.d')
-rw-r--r--test/D/Issues/2944/image/main.d11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/D/Issues/2944/image/main.d b/test/D/Issues/2944/image/main.d
deleted file mode 100644
index f0aa23a..0000000
--- a/test/D/Issues/2944/image/main.d
+++ /dev/null
@@ -1,11 +0,0 @@
-/* This program prints a
- hello world message
- to the console. */
-
-import std.stdio;
-
-void main()
-{
- writeln("Hello, World!");
-}
-