changeset 515:e739ef5dfff0

Get rid of module declaration for one of the tests I added. Would confuse mini test runner.
author Christian Kamm <kamm incasoftware de>
date Fri, 15 Aug 2008 23:15:21 +0200
parents 8116660902c2
children eada571dc8ff
files tests/mini/emptytuple.d
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/tests/mini/emptytuple.d	Fri Aug 15 23:13:55 2008 +0200
+++ b/tests/mini/emptytuple.d	Fri Aug 15 23:15:21 2008 +0200
@@ -1,14 +1,3 @@
-// $HeadURL: svn://svn.berlios.de/dstress/trunk/run/b/bug_glue_700_A.d $
-// $Date: 2007-02-27 17:42:34 +0100 (Di, 27 Feb 2007) $
-// $Author: thomask $
-
-// @author@	Kevin Bealer <kevinbealer@gmail.com>
-// @date@	2007-01-22
-// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=875
-// @desc@	[Issue 875] crash in glue.c line 700
-
-module dstress.run.b.bug_glue_700_A;
-
 template T(B...) {
 	typedef B TArgs;
 }