Remove errenous error duplication and move some tests around

This commit is contained in:
Alex Beregszaszi
2020-07-28 10:45:27 +01:00
parent 53d497fc31
commit 291c00c3de
2 changed files with 0 additions and 2 deletions
@@ -0,0 +1,9 @@
contract C {
function f() pure public {
assembly {
pop(pc())
}
}
}
// ----
// SyntaxError 2450: (61-63): PC instruction is a low-level EVM feature. Because of that PC is disallowed in strict assembly.