Fix fourslash test

This commit is contained in:
zhengbli
2015-07-16 16:45:14 -07:00
parent b1e688c056
commit 2dd71e063a
+1 -1
View File
@@ -1884,7 +1884,7 @@ module FourSlash {
);
assert.equal(
expected.join(","),
actual.fileNameList.map( file => {
actual.fileNames.map( file => {
return file.replace(this.basePath + "/", "");
}).join(",")
);