aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/unapply.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-08-23 15:19:10 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-09-14 13:22:20 +0200
commit51201d23cf0b1e06ab7ab8ea8213c48d5ca12f13 (patch)
tree568114214b013a6ebe1efc0993e63465689c46b6 /tests/pending/run/unapply.check
parentd63dd11ed31f5b500fd08d630bbaec144dbee370 (diff)
downloaddotty-51201d23cf0b1e06ab7ab8ea8213c48d5ca12f13.tar.gz
dotty-51201d23cf0b1e06ab7ab8ea8213c48d5ca12f13.tar.bz2
dotty-51201d23cf0b1e06ab7ab8ea8213c48d5ca12f13.zip
Add some run tests
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)
- ^