chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.75k stars 410 forks source link

Add explicit module to fix IncorrectIndentation's test #24911

Closed DanilaFe closed 3 weeks ago

DanilaFe commented 3 weeks ago

Not sure when this broke, but it's broken on 'main'.

The error is that Dyno prints an 'implicit module' warning. The solution that I find cleanest is to add an explicit module, which also removes a previously-locked-down linter warning for 'UseExplicitModules'.

The diff is abysmal but all I did in the .good file is increment every number by one.

Reviewed by @jabraham17 -- thanks!

Testing