diff nocompile/new_20.d @ 1559:ec5e144583ea

D1 -> D2 : 1/N
author thomask
date Sun, 19 Aug 2007 19:11:54 +0000
parents 0ea4c218a3ee
children
line wrap: on
line diff
--- a/nocompile/new_20.d	Mon Jul 23 18:47:01 2007 +0000
+++ b/nocompile/new_20.d	Sun Aug 19 19:11:54 2007 +0000
@@ -8,7 +8,7 @@
 module dstress.nocompile.new_20;
 
 class MyClass{
-	invariant{
+	invariant(){
 		new(size_t s){
 			void* v;
 			return v;