Move basefee_berlin_function test to syntax tests.

This commit is contained in:
wechman 2022-03-02 07:49:56 +01:00
parent 5941f029ad
commit 8e2f929648

View File

@ -15,8 +15,7 @@ contract C {
} }
} }
// ==== // ====
// compileViaYul: also // EVMVersion: =berlin
// EVMVersion: <=berlin
// ---- // ----
// f() -> 0 // DeclarationError 5017: (98-105): The identifier "basefee" is reserved and can not be used.
// g() -> 1000 // DeclarationError 5017: (242-307): The identifier "basefee" is reserved and can not be used.