diff test/pt.d @ 5:3d60e549b0c2 trunk

[svn r9] added a preliminary rebuild profile. llvmdc-posix - very handy :) added readme.txt added test/g.d - tests passing strings to functions fixed test/dgs.d and test/funcptr, now all tests except those related to typeinfo should work.
author lindquist
date Wed, 05 Sep 2007 07:16:31 +0200
parents c53b6e3fe49a
children d9d5d59873d8
line wrap: on
line diff
--- a/test/pt.d	Mon Sep 03 17:34:30 2007 +0200
+++ b/test/pt.d	Wed Sep 05 07:16:31 2007 +0200
@@ -12,7 +12,6 @@
     printf("%p %p\n", s.ptr, sd.ptr);
     printf("%c%c%c\n", s[0], s[1], s[2]);
     }
-    
 
     char[16] s1 = void;
     char[16] s2 = void;