Skip to content

Commit

Permalink
Rename undeployable contract tests to reflect they request all outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
clonker committed Oct 16, 2024
1 parent 9188438 commit 7972c51
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"language": "Solidity",
"sources": {
"C": {"urls": ["standard_ir_ast_undeployable_contract_requested/in.sol"]}
"C": {"urls": ["standard_undeployable_contract_all_outputs/in.sol"]}
},
"settings": {
"outputSelection": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

======= ast_ir_undeployable_contract/input.sol:C =======
======= undeployable_contract_empty_outputs/input.sol:C =======
EVM assembly:
null
Gas estimation:
Expand All @@ -21,7 +21,7 @@ Function signatures:
Contract JSON ABI
[]

======= ast_ir_undeployable_contract/input.sol:I =======
======= undeployable_contract_empty_outputs/input.sol:I =======
EVM assembly:
null
Gas estimation:
Expand Down

0 comments on commit 7972c51

Please sign in to comment.