summaryrefslogtreecommitdiff
path: root/test/files/t8449/Client.scala
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-05-17 08:33:46 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2016-05-17 09:39:46 +0200
commitc2f67d2e14f90b0bda1bc2ae7245d104e7d0087b (patch)
tree616718b8120950ead487b9ed82242e3ce2eba2d3 /test/files/t8449/Client.scala
parent512bf7a841a2c11723c6f4537a1d9ef401b88b9b (diff)
downloadscala-c2f67d2e14f90b0bda1bc2ae7245d104e7d0087b.tar.gz
scala-c2f67d2e14f90b0bda1bc2ae7245d104e7d0087b.tar.bz2
scala-c2f67d2e14f90b0bda1bc2ae7245d104e7d0087b.zip
Move t8449 to correct place
Follow-up for https://github.com/scala/scala/pull/4117
Diffstat (limited to 'test/files/t8449/Client.scala')
-rw-r--r--test/files/t8449/Client.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/t8449/Client.scala b/test/files/t8449/Client.scala
deleted file mode 100644
index 5d273f06b2..0000000000
--- a/test/files/t8449/Client.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Client {
- def foo: Any = new Test().foo
-}