comparison 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
comparison
equal deleted inserted replaced
11:d3ee9efe20e2 12:ee302fe07296
15 15
16 void main() 16 void main()
17 { 17 {
18 scope c = new C; 18 scope c = new C;
19 c.g(); 19 c.g();
20 assert(c.i == 43); 20 assert(c.i == 42);
21 } 21 }