File tree 1 file changed +0
-4
lines changed
test/tasty/test/scala/tools/tastytest
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ package scala.tools.tastytest
2
2
3
3
import org .junit .{Test => test , BeforeClass => setup , AfterClass => teardown }
4
4
import org .junit .Assert ._
5
- import org .junit .Assume ._
6
5
7
6
import scala .util .{Try , Failure , Properties }
8
7
9
8
import TastyTestJUnit ._
10
9
11
10
class TastyTestJUnit {
12
- val isWindows = Properties .isWin
13
11
14
12
@ test def run (): Unit = TastyTest .runSuite(
15
13
src = " run" ,
@@ -21,7 +19,6 @@ class TastyTestJUnit {
21
19
).eval()
22
20
23
21
@ test def runPipelined (): Unit = {
24
- assumeFalse(" Disabled on Windows due to bug in jar format" , isWindows)
25
22
TastyTest .runPipelinedSuite(
26
23
src = " run-pipelined" ,
27
24
srcRoot = assertPropIsSet(propSrc),
@@ -70,7 +67,6 @@ class TastyTestJUnit {
70
67
).eval()
71
68
72
69
@ test def negPipelined (): Unit = {
73
- assumeFalse(" Disabled on Windows due to bug in jar format" , isWindows)
74
70
TastyTest .negPipelinedSuite(
75
71
src = " neg-pipelined" ,
76
72
srcRoot = assertPropIsSet(propSrc),
You can’t perform that action at this time.
0 commit comments