comparison orange/test/UnitTester.d @ 33:4fea56a5849f experimental

Now both internal and external pointers work.
author Jacob Carlborg <doob@me.com>
date Sun, 31 Jul 2011 17:56:44 +0200
parents fc315d786f24
children 511d1ef4e299
comparison
equal deleted inserted replaced
32:9df3b7a46a51 33:4fea56a5849f
447 println(whitespace, "# ", test.exception.file, ".d:", test.exception.line); 447 println(whitespace, "# ", test.exception.file, ".d:", test.exception.line);
448 println(whitespace, "Stack trace:"); 448 println(whitespace, "Stack trace:");
449 print(whitespace); 449 print(whitespace);
450 test.exception.writeOut(&printStackTrace); 450 test.exception.writeOut(&printStackTrace);
451 println(); 451 println();
452 //println(readFailedTest(test, 0)); 452 println(readFailedTest(test));
453 } 453 }
454 } 454 }
455 455
456 void printStackTrace (string str) 456 void printStackTrace (string str)
457 { 457 {