summaryrefslogtreecommitdiff
path: root/test/files/jvm/patmat_opt_no_nullcheck/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/patmat_opt_no_nullcheck/test.scala')
-rw-r--r--test/files/jvm/patmat_opt_no_nullcheck/test.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/files/jvm/patmat_opt_no_nullcheck/test.scala b/test/files/jvm/patmat_opt_no_nullcheck/test.scala
deleted file mode 100644
index 2927e763d5..0000000000
--- a/test/files/jvm/patmat_opt_no_nullcheck/test.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-import scala.tools.partest.BytecodeTest
-
-object Test extends BytecodeTest {
- def show: Unit = {
- val classNode = loadClassNode("SameBytecode")
- sameBytecode(getMethod(classNode, "a"), getMethod(classNode, "b"))
- }
-}