diff nocompile/command_line_debug_05.d @ 84:91feffeeafa6

used the new ?DSTRESS_FLAGS? support to 1) simpilfy some complex tests 2) extend command_line_debug and command_line_version tests
author thomask
date Fri, 29 Oct 2004 21:04:52 +0000
parents
children 659bb018c489
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/command_line_debug_05.d	Fri Oct 29 21:04:52 2004 +0000
@@ -0,0 +1,7 @@
+// §DSTRESS_FLAGS§ -debug=1A
+
+module stress.run.command_line_debug_05;
+
+int main(){
+	return 0;
+}