summaryrefslogtreecommitdiff
path: root/test/pending/run/t3899/Base_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t3899/Base_1.java')
-rw-r--r--test/pending/run/t3899/Base_1.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/pending/run/t3899/Base_1.java b/test/pending/run/t3899/Base_1.java
deleted file mode 100644
index 114cc0b7a6..0000000000
--- a/test/pending/run/t3899/Base_1.java
+++ /dev/null
@@ -1,5 +0,0 @@
-public class Base_1 {
- public String[] varargs1(String... as) {
- return as;
- }
-}