solidity/test/libsolidity/syntaxTests/imports/boost_filesystem_bug.sol
2021-04-20 17:38:29 +02:00

6 lines
162 B
Solidity

==== Source: //// ====
// This test used to throw due to a bug in boost::filesystem.
// See https://github.com/boostorg/filesystem/issues/176
import ".";
// ----