Do not ignore fatal error in AsmParser for inline assembly

This commit is contained in:
Alex Beregszaszi
2019-02-21 16:18:53 +00:00
parent 15d275ed37
commit fcf884f201
12 changed files with 3 additions and 12 deletions
@@ -7,4 +7,3 @@ contract C {
}
// ----
// ParserError: (72-73): Literal, identifier or instruction expected.
// ParserError: (72-73): Octal numbers not allowed.