aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2016-02-10 08:41:21 +0100
committerodersky <odersky@gmail.com>2016-02-10 08:41:21 +0100
commit13b61653439700ca6607074bcded4d714131bdc2 (patch)
treeafc6a62043e424dee9d1701f89e52760f411e4fc
parent6101ffa0b428f06e1c7788e35566b17f09c95b7c (diff)
parent3c8f04e4c5e1dae42e321c3bb446688d573bbeea (diff)
downloaddotty-13b61653439700ca6607074bcded4d714131bdc2.tar.gz
dotty-13b61653439700ca6607074bcded4d714131bdc2.tar.bz2
dotty-13b61653439700ca6607074bcded4d714131bdc2.zip
Merge pull request #1071 from dotty-staging/add/more-tests
Enable tests for old fixed issues
-rw-r--r--src/dotty/DottyPredef.scala6
-rw-r--r--tests/pos/i530-import-symbolic.scala (renamed from tests/disabled/pos/i530-import-symbolic.scala)0
-rw-r--r--tests/run/is-valid-num.scala (renamed from tests/pending/run/is-valid-num.scala)0
-rw-r--r--tests/run/t920.check (renamed from tests/pending/run/t920.check)0
-rw-r--r--tests/run/t920.scala (renamed from tests/pending/run/t920.scala)0
-rw-r--r--tests/run/tuple-zipped.scala (renamed from tests/pending/run/tuple-zipped.scala)0
-rw-r--r--tests/run/vector1.check (renamed from tests/pending/run/vector1.check)0
-rw-r--r--tests/run/vector1.scala (renamed from tests/pending/run/vector1.scala)0
8 files changed, 3 insertions, 3 deletions
diff --git a/src/dotty/DottyPredef.scala b/src/dotty/DottyPredef.scala
index 0a5d4d7f3..0c2492c94 100644
--- a/src/dotty/DottyPredef.scala
+++ b/src/dotty/DottyPredef.scala
@@ -2,11 +2,11 @@ package dotty
import scala.reflect.ClassTag
import scala.reflect.runtime.universe.TypeTag
-import scala.Predef.??? // this is currently ineffective, because of #530
+import scala.Predef.???
abstract class I1 {
- implicit def classTag[T]: ClassTag[T] = scala.Predef.???
- implicit def typeTag[T]: TypeTag[T] = scala.Predef.???
+ implicit def classTag[T]: ClassTag[T] = ???
+ implicit def typeTag[T]: TypeTag[T] = ???
implicit val DoubleClassTag: ClassTag[Double] = ClassTag.Double
}
abstract class I2 extends I1 {
diff --git a/tests/disabled/pos/i530-import-symbolic.scala b/tests/pos/i530-import-symbolic.scala
index f2c541af4..f2c541af4 100644
--- a/tests/disabled/pos/i530-import-symbolic.scala
+++ b/tests/pos/i530-import-symbolic.scala
diff --git a/tests/pending/run/is-valid-num.scala b/tests/run/is-valid-num.scala
index 5a4a0503d..5a4a0503d 100644
--- a/tests/pending/run/is-valid-num.scala
+++ b/tests/run/is-valid-num.scala
diff --git a/tests/pending/run/t920.check b/tests/run/t920.check
index 76018072e..76018072e 100644
--- a/tests/pending/run/t920.check
+++ b/tests/run/t920.check
diff --git a/tests/pending/run/t920.scala b/tests/run/t920.scala
index 6a7f122d5..6a7f122d5 100644
--- a/tests/pending/run/t920.scala
+++ b/tests/run/t920.scala
diff --git a/tests/pending/run/tuple-zipped.scala b/tests/run/tuple-zipped.scala
index 37ac52977..37ac52977 100644
--- a/tests/pending/run/tuple-zipped.scala
+++ b/tests/run/tuple-zipped.scala
diff --git a/tests/pending/run/vector1.check b/tests/run/vector1.check
index 10447a096..10447a096 100644
--- a/tests/pending/run/vector1.check
+++ b/tests/run/vector1.check
diff --git a/tests/pending/run/vector1.scala b/tests/run/vector1.scala
index d53618396..d53618396 100644
--- a/tests/pending/run/vector1.scala
+++ b/tests/run/vector1.scala