summaryrefslogtreecommitdiff
path: root/test/files/run/unit-block-hash-hash.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/unit-block-hash-hash.scala')
-rw-r--r--test/files/run/unit-block-hash-hash.scala12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/files/run/unit-block-hash-hash.scala b/test/files/run/unit-block-hash-hash.scala
deleted file mode 100644
index 2708810a71..0000000000
--- a/test/files/run/unit-block-hash-hash.scala
+++ /dev/null
@@ -1,12 +0,0 @@
-object Ex extends Exception
-object Test {
- def ex: Any = throw Ex
- def main(args: Array[String]): Unit = {
- try {
- { ex; () }.##
- sys.error("no exception was thrown")
- } catch {
- case `Ex` =>
- }
- }
-} \ No newline at end of file