Skip to content

Commit

Permalink
Unparsing test driver: changing default formatting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CKMonika committed Feb 12, 2024
1 parent 2242467 commit bdc4dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/drivers/unparser_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self) -> None:
# Run the unparser on "input.ada" for the given grammar rule and
# unparse it with the default unparsing configuration, with a dump of
# the Prettier document.
argv = ["lal_unparse", "-d"]
argv = ["lal_unparse", "-d", "-w", "79", "-i", "3"]

rule = self.test_env.get("rule")
if rule:
Expand Down

0 comments on commit bdc4dbe

Please sign in to comment.