aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/PR15769.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR15769.java')
-rw-r--r--libjava/testsuite/libjava.compile/PR15769.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/libjava/testsuite/libjava.compile/PR15769.java b/libjava/testsuite/libjava.compile/PR15769.java
deleted file mode 100644
index 8107626..0000000
--- a/libjava/testsuite/libjava.compile/PR15769.java
+++ /dev/null
@@ -1,10 +0,0 @@
-class PR15769 {
- private boolean foo () { return false; }
-
-
- public boolean bar (double blaz)
- {
- return (Double.POSITIVE_INFINITY != blaz) && foo ();
- }
-}
-