Review URL: https://codereview.appspot.com/
191480043
X-SVN-Rev: 36927
/*
*******************************************************************************
- * Copyright (C) 1996-2014, International Business Machines Corporation and *
+ * Copyright (C) 1996-2015, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
int testDelta = testCount - stack.tc;
if (testDelta == 0) {
+ if (stack.included) {
+ stack.flush();
+ indent(indentLevel);
+ log.println("} (0s) Empty");
+ }
return;
}