From 3884f6e1ce4feff64e816e426d318f9cb10036a8 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Tue, 8 Apr 2008 08:43:09 +0000 Subject: pending tests for 727 and 732 --- test/pending/run/t0727.check | 2 ++ test/pending/run/t0727.scala | 5 +++++ test/pending/run/t0732.check | 3 +++ test/pending/run/t0732.scala | 8 ++++++++ 4 files changed, 18 insertions(+) create mode 100644 test/pending/run/t0727.check create mode 100644 test/pending/run/t0727.scala create mode 100644 test/pending/run/t0732.check create mode 100644 test/pending/run/t0732.scala (limited to 'test/pending') diff --git a/test/pending/run/t0727.check b/test/pending/run/t0727.check new file mode 100644 index 0000000000..bb101b641b --- /dev/null +++ b/test/pending/run/t0727.check @@ -0,0 +1,2 @@ +true +true diff --git a/test/pending/run/t0727.scala b/test/pending/run/t0727.scala new file mode 100644 index 0000000000..9f5be7c108 --- /dev/null +++ b/test/pending/run/t0727.scala @@ -0,0 +1,5 @@ +object t0727 extends Application { + val arr = Array("foo") + println(arr.isInstanceOf[Array[String]]) + println(Array("foo").isInstanceOf[Array[String]]) +} diff --git a/test/pending/run/t0732.check b/test/pending/run/t0732.check new file mode 100644 index 0000000000..e4ec30754a --- /dev/null +++ b/test/pending/run/t0732.check @@ -0,0 +1,3 @@ +c + +c diff --git a/test/pending/run/t0732.scala b/test/pending/run/t0732.scala new file mode 100644 index 0000000000..24fdba0017 --- /dev/null +++ b/test/pending/run/t0732.scala @@ -0,0 +1,8 @@ +object t0732 extends Application { + val x1 = + println(x1 \ "@b") + val x2 = + println(x2 \ "@b") + val x3 = + println(x3 \ "@x:b") +} -- cgit v1.2.3