Skip to content

Commit 1a2c4f6

Browse files
committed
Move test to pending
Test is pending because we have no good way to test it. We need to: Compile Fork.java, and then compile Test.scala with Fork.class on the classpath.
1 parent a4e6cb7 commit 1a2c4f6

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

tests/pending/pos/i2797/Fork_1.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Test is pending because we have no good way to test it.
2+
// We need to: Compile Fork.java, and then compile Test.scala
3+
// with Fork.class on the classpath.
4+
public @interface Fork {
5+
int value() default -1;
6+
String[] jvmArgs() default { "nope" };
7+
}

tests/pending/pos/i2797/Test_2.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Test is pending because we have no good way to test it.
2+
// We need to: Compile Fork.java, and then compile Test.scala
3+
// with Fork.class on the classpath.
4+
@Fork(jvmArgs = Array("I'm", "hot"))
5+
class Test

tests/pos/i2797/Fork.java

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pos/i2797/Test.scala

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)