Skip to content

Commit

Permalink
Add explicit module to fix IncorrectIndentation's test (chapel-lang#2…
Browse files Browse the repository at this point in the history
…4911)

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

- [x] `start_test test/chplcheck/IncorrectIndentation.chpl`
  • Loading branch information
DanilaFe authored Apr 23, 2024
2 parents d6d3803 + 78a5267 commit cd74206
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 290 deletions.
Loading

0 comments on commit cd74206

Please sign in to comment.