aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pos/bigint.scala7
-rw-r--r--tests/pos/t1693.scala (renamed from tests/pending/pos/t1693.scala)0
-rw-r--r--tests/pos/t1832.scala (renamed from tests/pending/pos/t1832.scala)0
-rwxr-xr-xtests/pos/t2060.scala (renamed from tests/pending/pos/t2060.scala)0
4 files changed, 7 insertions, 0 deletions
diff --git a/tests/pos/bigint.scala b/tests/pos/bigint.scala
new file mode 100644
index 000000000..e1aaaf96e
--- /dev/null
+++ b/tests/pos/bigint.scala
@@ -0,0 +1,7 @@
+import scala.math.BigInt
+//import BigInt._
+object test {
+
+ 1 * BigInt(0)
+
+}
diff --git a/tests/pending/pos/t1693.scala b/tests/pos/t1693.scala
index 881bf89a0..881bf89a0 100644
--- a/tests/pending/pos/t1693.scala
+++ b/tests/pos/t1693.scala
diff --git a/tests/pending/pos/t1832.scala b/tests/pos/t1832.scala
index 9ad9703c2..9ad9703c2 100644
--- a/tests/pending/pos/t1832.scala
+++ b/tests/pos/t1832.scala
diff --git a/tests/pending/pos/t2060.scala b/tests/pos/t2060.scala
index 0b9079062..0b9079062 100755
--- a/tests/pending/pos/t2060.scala
+++ b/tests/pos/t2060.scala