solidity/test/libsolidity/syntaxTests/imports/boost_filesystem_bug.sol

6 lines
162 B
Solidity
Raw Normal View History

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