From 417727056282748cee6e3e4227f390b95a6ab66f Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 12 Mar 2021 23:02:36 +0000 Subject: [PATCH] Trivial isoltest updates: comments always on the same line --- test/libsolidity/semanticTests/structs/delete_struct.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/libsolidity/semanticTests/structs/delete_struct.sol b/test/libsolidity/semanticTests/structs/delete_struct.sol index efc620f15..fda4e20e1 100644 --- a/test/libsolidity/semanticTests/structs/delete_struct.sol +++ b/test/libsolidity/semanticTests/structs/delete_struct.sol @@ -43,8 +43,7 @@ contract test { // ---- // getToDelete() -> 0 // getTopValue() -> 0 -// getNestedValue() -> 0 -// #mapping values should be the same# +// getNestedValue() -> 0 #mapping values should be the same# // getTopMapping(uint256): 0 -> 1 // getTopMapping(uint256): 1 -> 2 // getNestedMapping(uint256): 0 -> true