aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/scala/test/Exported.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_defs/scala/test/Exported.scala')
-rw-r--r--tools/build_defs/scala/test/Exported.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/build_defs/scala/test/Exported.scala b/tools/build_defs/scala/test/Exported.scala
deleted file mode 100644
index 82264ec5de..0000000000
--- a/tools/build_defs/scala/test/Exported.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-package scala.test
-
-object Exported {
- def message: String = {
- // terrible, don't do this in real code:
- val msg = Class.forName("scala.test.Runtime")
- .newInstance
- .toString
- "you all, everybody. " + msg
- }
-}