additonal experiment to fix failure of appveyor. #1496

This commit is contained in:
Roman Ivanov 2015-07-29 21:10:45 -07:00
parent b82be7c60f
commit bea99e188f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class TreeWalkerTest extends BaseCheckTestSupport {
final TreeWalker treeWalker = new TreeWalker();
treeWalker.configure(new DefaultConfiguration("default config"));
//https://support.microsoft.com/en-us/kb/177506
treeWalker.setCacheFile("/:invalid");
treeWalker.setCacheFile(File.separator + ":invalid");
try {
treeWalker.destroy();
fail();