From 164e2d82830d209820297ca104a00ad0b147389b Mon Sep 17 00:00:00 2001 From: paltherr Date: Tue, 25 Nov 2003 16:31:12 +0000 Subject: - Moved into files/run/bugs.scala --- test/files/pos/bug217.scala | 13 ------------- test/files/pos/bug222.scala | 6 ------ test/pos/bug217.scala | 13 ------------- test/pos/bug222.scala | 6 ------ 4 files changed, 38 deletions(-) delete mode 100644 test/files/pos/bug217.scala delete mode 100644 test/files/pos/bug222.scala delete mode 100644 test/pos/bug217.scala delete mode 100644 test/pos/bug222.scala (limited to 'test') diff --git a/test/files/pos/bug217.scala b/test/files/pos/bug217.scala deleted file mode 100644 index 15a9f16a1b..0000000000 --- a/test/files/pos/bug217.scala +++ /dev/null @@ -1,13 +0,0 @@ -object Test { - - def foo[t](fun: Function0[t]): t = fun(); - - def bar(x: Int): Unit = { - foo(() => 0); - () - } - - def main(args: Array[String]): Unit = bar(32); - -} - diff --git a/test/files/pos/bug222.scala b/test/files/pos/bug222.scala deleted file mode 100644 index 342b2ef469..0000000000 --- a/test/files/pos/bug222.scala +++ /dev/null @@ -1,6 +0,0 @@ -object Test { - def main(args:Array[String]): Unit = { - val array: Array[String] = new Array(16); - () - } -} diff --git a/test/pos/bug217.scala b/test/pos/bug217.scala deleted file mode 100644 index 15a9f16a1b..0000000000 --- a/test/pos/bug217.scala +++ /dev/null @@ -1,13 +0,0 @@ -object Test { - - def foo[t](fun: Function0[t]): t = fun(); - - def bar(x: Int): Unit = { - foo(() => 0); - () - } - - def main(args: Array[String]): Unit = bar(32); - -} - diff --git a/test/pos/bug222.scala b/test/pos/bug222.scala deleted file mode 100644 index 342b2ef469..0000000000 --- a/test/pos/bug222.scala +++ /dev/null @@ -1,6 +0,0 @@ -object Test { - def main(args:Array[String]): Unit = { - val array: Array[String] = new Array(16); - () - } -} -- cgit v1.2.3