File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -822,23 +822,23 @@ BOOST_AUTO_TEST_CASE(filename_with_colon)
822
822
"language": "Solidity",
823
823
"settings": {
824
824
"outputSelection": {
825
- "http ://github.com/ethereum/solidity/std /StandardToken.sol": {
825
+ "https ://github.com/ethereum/solidity/blob/develop/test/compilationTests/gnosis/Tokens /StandardToken.sol": {
826
826
"A": [
827
827
"abi"
828
828
]
829
829
}
830
830
}
831
831
},
832
832
"sources": {
833
- "http ://github.com/ethereum/solidity/std /StandardToken.sol": {
833
+ "https ://github.com/ethereum/solidity/blob/develop/test/compilationTests/gnosis/Tokens /StandardToken.sol": {
834
834
"content": "contract A { }"
835
835
}
836
836
}
837
837
}
838
838
)" ;
839
839
Json result = compile (input);
840
840
BOOST_CHECK (containsAtMostWarnings (result));
841
- Json contract = getContractResult (result, " http ://github.com/ethereum/solidity/std /StandardToken.sol" , " A" );
841
+ Json contract = getContractResult (result, " https ://github.com/ethereum/solidity/blob/develop/test/compilationTests/gnosis/Tokens /StandardToken.sol" , " A" );
842
842
BOOST_CHECK (contract.is_object ());
843
843
BOOST_CHECK (contract[" abi" ].is_array ());
844
844
BOOST_CHECK_EQUAL (util::jsonCompactPrint (contract[" abi" ]), " []" );
You can’t perform that action at this time.
0 commit comments