mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
reorganization: Finish moving parsing and AST
This commit is contained in:
parent
8f9de81e24
commit
ee5f32622f
27 changed files with 737 additions and 719 deletions
|
@ -87,8 +87,7 @@ class TestSamples(unittest.TestCase):
|
|||
print("\n".join(diff))
|
||||
raise AssertionError()
|
||||
else: # pragma: no cover
|
||||
# Expected a compiler error but there wasn't one
|
||||
raise AssertionError()
|
||||
raise AssertionError("Expected a compiler error, but none was emitted")
|
||||
|
||||
|
||||
def assert_decompile(self, name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue