Skip to content

Commit 6e7ffb5

Browse files
committed
Delete outdated comments on tests
1 parent 2ed5843 commit 6e7ffb5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/pos-special/i2797/Fork_1.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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.
41
public @interface Fork_1 {
52
int value() default -1;
63
String[] jvmArgs() default { "nope" };

tests/pos-special/i2797/Test_2.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
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.
41
@Fork_1(jvmArgs = Array("I'm", "hot"))
52
class Test

0 commit comments

Comments
 (0)