changeset 181:7f27e9811706

added command_line_deprecated tests
author thomask
date Thu, 09 Dec 2004 03:26:12 +0000
parents da000f026b76
children 2006052ab834
files nocompile/command_line_deprecated_02.d run/command_line_deprecated_01.d
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/command_line_deprecated_02.d	Thu Dec 09 03:26:12 2004 +0000
@@ -0,0 +1,4 @@
+// __DSTRESS_DFLAGS__ -dblah
+
+module stress.nocompile.command_line_deprecated_02;
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/command_line_deprecated_01.d	Thu Dec 09 03:26:12 2004 +0000
@@ -0,0 +1,9 @@
+// __DSTRESS_DFLAGS__ -d
+
+module stress.run.command_line_deprecated_01;
+
+int main(){
+	int[7] array;
+	assert(array.size == 7);
+	return 0;
+}