Commit 40e8167
committed
Fix scala-js/scala-js#3412: Throw an IOException in noThrowOnBadFileTest
This makes sure no Scala version regard the failure as
fatal (NotImplementedError was considered fatal in 2.10). Also it
simply makes much more sense.1 parent 183409d commit 40e8167
File tree
1 file changed
+5
-3
lines changed- js-envs-test-kit/src/main/scala/org/scalajs/jsenv/test
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | | - | |
123 | | - | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
0 commit comments