solidity/test/libsolidity/syntaxTests/imports/boost_filesystem_bug.sol
Bhargava Shastry f76edbb6d4 libsolutil: Use boost canonical for absolute path.
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
2021-03-01 11:25:07 +01:00

7 lines
249 B
Solidity

==== Source://// ====
// This test used to throw due to a bug in boost::filesystem.
// See https://github.com/boostorg/filesystem/issues/176
import ".";
// ----
// ParserError 6275: (////:122-133): Source "/" not found: File not supplied initially.