# HG changeset patch # User Christian Kamm # Date 1218834921 -7200 # Node ID e739ef5dfff0817311998e2ee44535f09e97afcf # Parent 8116660902c204ad0346180c8e9227602b0532a9 Get rid of module declaration for one of the tests I added. Would confuse mini test runner. diff -r 8116660902c2 -r e739ef5dfff0 tests/mini/emptytuple.d --- 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 -// @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; }