mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
isoltest: Fixes matching tests on platforms that don't use forward slahes as path separators.
This commit is contained in:
parent
5063e53730
commit
ccdca32f39
@ -287,7 +287,7 @@ TestStats TestTool::processPath(
|
|||||||
_testCaseCreator,
|
_testCaseCreator,
|
||||||
_options,
|
_options,
|
||||||
fullpath,
|
fullpath,
|
||||||
currentPath.string()
|
currentPath.generic_path().string()
|
||||||
);
|
);
|
||||||
auto result = testTool.process();
|
auto result = testTool.process();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user