annotate nocompile/command_line_version_13.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
84
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
1 // §DSTRESS_DFLAGS§ -version=Win64 -version=linux
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
2
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
3 module dstress.nocompile.command_line_version_13;
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
4
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
5 int main(){
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
6 return 0;
91feffeeafa6 used the new ?DSTRESS_FLAGS? support to
thomask
parents:
diff changeset
7 }