From 6c117e4301fcc927eb1679742bc86e3b1d49ca11 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Fri, 15 Aug 2008 23:15:21 +0200 Subject: [PATCH] Get rid of module declaration for one of the tests I added. Would confuse mini test runner. --- tests/mini/emptytuple.d | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/mini/emptytuple.d b/tests/mini/emptytuple.d index 6f93d594..8f1fed4e 100644 --- a/tests/mini/emptytuple.d +++ b/tests/mini/emptytuple.d @@ -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 -// @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; }