diff run/t/tuple_20_A.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents 85bd7d2ddb7d
children
line wrap: on
line diff
--- a/run/t/tuple_20_A.d	Mon May 07 05:19:35 2007 +0000
+++ b/run/t/tuple_20_A.d	Mon May 07 05:19:57 2007 +0000
@@ -16,7 +16,7 @@
 		x += t[0];
 	}
 
-	void get(inout T t){
+	void get(ref T t){
 		x *= t[0];
 	}
 }