[svn] r6148: nemerle/trunk/ncc/testsuite/positive/printf.n

malekith svnadmin at nemerle.org
Fri Mar 3 12:26:34 CET 2006


Log:
Remove testcase for #620, as we don't allow this kind of code now.

Author: malekith
Date: Fri Mar  3 12:26:34 2006
New Revision: 6148

Modified:
   nemerle/trunk/ncc/testsuite/positive/printf.n

Modified: nemerle/trunk/ncc/testsuite/positive/printf.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/positive/printf.n	(original)
+++ nemerle/trunk/ncc/testsuite/positive/printf.n	Fri Mar  3 12:26:34 2006
@@ -28,10 +28,6 @@
   
   f () : int { ++uid; uid }
 
-  public bug620 () : void {   
-      _ = $"$(def _f_1(){})";
-    _ = $"$(def _f_2(){}; ())";
-  }
   
   public Main () : void {
     System.Console.WriteLine ("Core type unification test.");



More information about the svn mailing list