Commit 2e448d1
authored
Fix test-only failure for ghcjs (#2180)
* Fix test-only failure for ghcjs
The new `default-setup-ghcjs` has a longer name than `default-setup` and that causes the word `do` to wrap onto the next line.
The expected error now looks like this for ghcjs:
```
Error: default-setup-ghcjs: No executables and no library found. Nothing to
do.
```1 parent 7e140fc commit 2e448d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
0 commit comments