aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/unapply.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/unapply.check')
-rw-r--r--tests/pending/run/unapply.check3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/run/unapply.check b/tests/pending/run/unapply.check
deleted file mode 100644
index 847e3b381..000000000
--- a/tests/pending/run/unapply.check
+++ /dev/null
@@ -1,3 +0,0 @@
-unapply.scala:57: warning: comparing values of types Null and Null using `==' will always yield true
- assert(doMatch2(b) == null)
- ^