Skip to content

Commit 8e2f929

Browse files
committed
Move basefee_berlin_function test to syntax tests.
1 parent 5941f02 commit 8e2f929

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/libsolidity/semanticTests/inlineAssembly/basefee_berlin_function.sol renamed to test/libsolidity/syntaxTests/inlineAssembly/basefee_berlin_function.sol

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ contract C {
1515
}
1616
}
1717
// ====
18-
// compileViaYul: also
19-
// EVMVersion: <=berlin
18+
// EVMVersion: =berlin
2019
// ----
21-
// f() -> 0
22-
// g() -> 1000
20+
// DeclarationError 5017: (98-105): The identifier "basefee" is reserved and can not be used.
21+
// DeclarationError 5017: (242-307): The identifier "basefee" is reserved and can not be used.

0 commit comments

Comments
 (0)