diff test/classes7.d @ 12:ee302fe07296 trunk

[svn r16] * Updated all tests to have a main * Updated runalltests to both compile and run the tests
author lindquist
date Tue, 02 Oct 2007 05:27:44 +0200
parents d3ee9efe20e2
children
line wrap: on
line diff
--- a/test/classes7.d	Tue Oct 02 05:10:18 2007 +0200
+++ b/test/classes7.d	Tue Oct 02 05:27:44 2007 +0200
@@ -17,5 +17,5 @@
 {
     scope c = new C;
     c.g();
-    assert(c.i == 43);
+    assert(c.i == 42);
 }