Update tests after merge from develop.

This commit is contained in:
chriseth 2019-11-26 16:27:07 +01:00
parent b0db64ff5b
commit 400667fddf
6 changed files with 30 additions and 65 deletions

View File

@ -35,13 +35,9 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
vloc__4 := convert_t_stringliteral_9f0adad0a59b05d2e04a1373342b10b9eb16c57c164c8a3bfcbf46dccee39a21_to_t_string_memory_ptr()
return_flag := 0
break
leave
break
}
}
}
@ -67,6 +63,7 @@ object \"C_10\" {
default {}
}
if iszero(calldatasize()) { }
revert(0, 0)
@ -134,13 +131,9 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
vloc__4 := convert_t_stringliteral_9f0adad0a59b05d2e04a1373342b10b9eb16c57c164c8a3bfcbf46dccee39a21_to_t_string_memory_ptr()
return_flag := 0
break
leave
break
}
}
function round_up_to_mul_of_32(value) -> result {

View File

@ -23,13 +23,9 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
vloc__4 := convert_t_stringliteral_9f0adad0a59b05d2e04a1373342b10b9eb16c57c164c8a3bfcbf46dccee39a21_to_t_bytes32()
return_flag := 0
break
leave
break
}
}
}
@ -55,6 +51,7 @@ object \"C_10\" {
default {}
}
if iszero(calldatasize()) { }
revert(0, 0)
@ -91,13 +88,9 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
vloc__4 := convert_t_stringliteral_9f0adad0a59b05d2e04a1373342b10b9eb16c57c164c8a3bfcbf46dccee39a21_to_t_bytes32()
return_flag := 0
break
leave
break
}
}
function shift_right_224_unsigned(value) -> newValue {

View File

@ -27,14 +27,10 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
let expr_6 := 0x61626364
vloc__4 := convert_t_rational_1633837924_by_1_to_t_bytes4(expr_6)
return_flag := 0
break
leave
break
}
}
function shift_left_224(value) -> newValue {
@ -67,6 +63,7 @@ object \"C_10\" {
default {}
}
if iszero(calldatasize()) { }
revert(0, 0)
@ -107,14 +104,10 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
let expr_6 := 0x61626364
vloc__4 := convert_t_rational_1633837924_by_1_to_t_bytes4(expr_6)
return_flag := 0
break
leave
break
}
}
function shift_left_224(value) -> newValue {

View File

@ -39,13 +39,9 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
vloc__4 := convert_t_stringliteral_d6604f85ac07e2b33103a620b3d3d75b0473c7214912beded67b9b624d41c571_to_t_string_memory_ptr()
return_flag := 0
break
leave
break
}
}
}
@ -71,6 +67,7 @@ object \"C_10\" {
default {}
}
if iszero(calldatasize()) { }
revert(0, 0)
@ -142,13 +139,9 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
vloc__4 := convert_t_stringliteral_d6604f85ac07e2b33103a620b3d3d75b0473c7214912beded67b9b624d41c571_to_t_string_memory_ptr()
return_flag := 0
break
leave
break
}
}
function round_up_to_mul_of_32(value) -> result {

View File

@ -27,14 +27,10 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
let expr_6 := 0xaabbccdd
vloc__4 := convert_t_rational_2864434397_by_1_to_t_bytes4(expr_6)
return_flag := 0
break
leave
break
}
}
function shift_left_224(value) -> newValue {
@ -67,6 +63,7 @@ object \"C_10\" {
default {}
}
if iszero(calldatasize()) { }
revert(0, 0)
@ -107,14 +104,10 @@ object \"C_10\" {
}
function fun_f_9() -> vloc__4 {
for { let return_flag := 1 } return_flag {} {
let expr_6 := 0xaabbccdd
vloc__4 := convert_t_rational_2864434397_by_1_to_t_bytes4(expr_6)
return_flag := 0
break
leave
break
}
}
function shift_left_224(value) -> newValue {

View File

@ -5,4 +5,4 @@ contract test {
}
}
// ----
// ParserError: (108-112): Expected even number of hex-nibbles within double-quotes.
// ParserError: (108-112): Expected even number of hex-nibbles.