Skip to content

Commit

Permalink
Removing trace this test case. see #434
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoysey committed Apr 1, 2022
1 parent 1a91b63 commit 704f143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions resources/tests/GanacheTests/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,6 @@
"expected": "5743",
"deploy_logged" : [-57896044618658097711785492504343953926634992332820282019728792003956564819808,5738],
"shows_that_we_support": "default constructors + values get written to storage and resurrected on subsequent calls"
},
{
"file": "TraceThis.obs",
"expected": "-2438",
"shows_that_we_support": "emitting tracers and default constructors for more complicated nestings of objects. note that this emits 30 log messages between deployment and invocation; they look right but haven't been checked carefully"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ object CodeGenYul extends CodeGenerator {
}

decl_0exp(id) +: (e_yul ++ update_instructions)

case _ =>
assert(assertion = false, "trying to assign to non-assignable: " + e.toString)
Seq()
Expand Down

0 comments on commit 704f143

Please sign in to comment.