Merge "Remove an unused File reference in test code"

This commit is contained in:
Shawn Pearce 2010-07-15 19:01:25 -04:00 committed by Code Review
commit ff59ce4bff
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ public void testInitialization() {
else
fail("Base directory not initialized");
test = new File("/tmp/not/part/of/repo/path");
}
public void testRules() {