diff --git a/test/libsolidity/semanticTests/revertStrings/function_entry_checks_v1_abiv2.sol b/test/libsolidity/semanticTests/revertStrings/function_entry_checks_v1_abiv2.sol index dc7c169b9..92e0cc70c 100644 --- a/test/libsolidity/semanticTests/revertStrings/function_entry_checks_v1_abiv2.sol +++ b/test/libsolidity/semanticTests/revertStrings/function_entry_checks_v1_abiv2.sol @@ -4,7 +4,7 @@ contract C { } // ==== // EVMVersion: >=byzantium -// compileViaYul: false +// compileViaYul: also // revertStrings: debug // ---- // t(uint256) -> FAILURE, hex"08c379a0", 0x20, 34, "ABI decoding: tuple data too sho", "rt" diff --git a/test/libsolidity/semanticTests/structs/struct_memory_to_storage_function_ptr.sol b/test/libsolidity/semanticTests/structs/struct_memory_to_storage_function_ptr.sol index bdabb001a..f07de1e9f 100644 --- a/test/libsolidity/semanticTests/structs/struct_memory_to_storage_function_ptr.sol +++ b/test/libsolidity/semanticTests/structs/struct_memory_to_storage_function_ptr.sol @@ -28,6 +28,6 @@ contract C { } // ==== -// compileViaYul: false +// compileViaYul: also // ---- // f() -> 42, 23, 34, 42, 42 diff --git a/test/libsolidity/semanticTests/structs/struct_storage_to_memory_function_ptr.sol b/test/libsolidity/semanticTests/structs/struct_storage_to_memory_function_ptr.sol index 74a32a76e..2eec791c7 100644 --- a/test/libsolidity/semanticTests/structs/struct_storage_to_memory_function_ptr.sol +++ b/test/libsolidity/semanticTests/structs/struct_storage_to_memory_function_ptr.sol @@ -27,6 +27,6 @@ contract C { } // ==== -// compileViaYul: false +// compileViaYul: also // ---- // f() -> 42, 23, 34, 42, 42