From 6a9da72893ec905526d3f2f749d774c85c403da9 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Fri, 25 Nov 2005 16:34:09 +0000 Subject: go --- test-nsc/files/run/enumerations.check | 1 - test-nsc/files/run/enumerations.scala | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 test-nsc/files/run/enumerations.check delete mode 100644 test-nsc/files/run/enumerations.scala diff --git a/test-nsc/files/run/enumerations.check b/test-nsc/files/run/enumerations.check deleted file mode 100644 index b65db97b5a..0000000000 --- a/test-nsc/files/run/enumerations.check +++ /dev/null @@ -1 +0,0 @@ -RBRACE = } diff --git a/test-nsc/files/run/enumerations.scala b/test-nsc/files/run/enumerations.scala deleted file mode 100644 index b4bd29d5c3..0000000000 --- a/test-nsc/files/run/enumerations.scala +++ /dev/null @@ -1,7 +0,0 @@ -/** Enumerations */ -object Test extends Enumeration { - - val RBRACE = Value("}"); - - def main(args:Array[String]): Unit = Console.println("RBRACE = "+RBRACE); -} -- cgit v1.2.3