diff options
Diffstat (limited to 'mesonast.py')
-rwxr-xr-x | mesonast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonast.py b/mesonast.py index 215f1fa..8618f5a 100755 --- a/mesonast.py +++ b/mesonast.py @@ -28,4 +28,4 @@ import mesonbuild.astinterpreter if __name__ == '__main__': source_root = 'test cases/common/1 trivial' ast = mesonbuild.astinterpreter.AstInterpreter(source_root, '') - ast.dump()
\ No newline at end of file + ast.dump() |