Home
last modified time | relevance | path

Searched refs:spacesToAdd (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Properties/
DPropertiesTest.java79 int spacesToAdd = 30 - testName.length(); in report() local
81 for (int i=0; i<spacesToAdd; i++) in report()