modified: dyaml/constructor.d

modified:   dyaml/node.d
	modified:   test/src/common.d
This commit is contained in:
John-Colvin 2012-12-04 13:50:59 +00:00
parent 1412466e93
commit 94adb4241e
3 changed files with 22 additions and 12 deletions

View file

@ -36,7 +36,7 @@ void run(F ...)(string testName, void function(bool, F) testFunction,
{
immutable string dataDir = "test/data";
auto testFilenames = findTestFilenames(dataDir);
bool verbose = false;
bool verbose = true;
Result[] results;
if(unittestExt.length > 0)