summaryrefslogtreecommitdiff
path: root/test/pending/run/bug2087.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/bug2087.scala')
-rw-r--r--test/pending/run/bug2087.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/pending/run/bug2087.scala b/test/pending/run/bug2087.scala
deleted file mode 100644
index b3f96fa415..0000000000
--- a/test/pending/run/bug2087.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- val s: Short = 0xFA99.toShort
- val c: Char = 0xFA99.toChar
-
- assert((s == c) == (c == s))
- }
-} \ No newline at end of file