# HG changeset patch # User Christian Kamm # Date 1219694188 -7200 # Node ID d20691fd37afc01f890718622d0781739cbf80c7 # Parent cbb1aac64165fb8266da7a06a356eedc4fab533a Move template_61_C from nocompile to run. diff -r cbb1aac64165 -r d20691fd37af nocompile/t/template_61_C.d --- a/nocompile/t/template_61_C.d Sun Aug 24 14:07:35 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -// $HeadURL$ -// $Date$ -// $Author$ - -// @author@ Bruno Medeiros -// @date@ 2007-04-14 -// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1143 -// @desc@ [Issue 1143] Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters. - -// __DSTRESS_ELINE__ 18 - -module dstress.nocompile.t.template_61_C; - -void foo(T, U : float = T)(char[] data, T t){ -} - -int main(){ - foo("abc", 1); - return 0; -} diff -r cbb1aac64165 -r d20691fd37af run/t/template_61_C.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/run/t/template_61_C.d Mon Aug 25 21:56:28 2008 +0200 @@ -0,0 +1,20 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ Bruno Medeiros +// @date@ 2007-04-14 +// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1143 +// @desc@ [Issue 1143] Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters. + +// __DSTRESS_ELINE__ 18 + +module dstress.nocompile.t.template_61_C; + +void foo(T, U : float = T)(char[] data, T t){ +} + +int main(){ + foo("abc", 1); + return 0; +}