summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-01-25 06:26:51 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-01-25 06:26:51 +0000
commit3235722859a6ff30f186c948c78b1ee37ff36329 (patch)
tree244fe2cc154c6f69815a97d0ef225f779a6a99ad /src
parent82a6aaab866edfce187eb0a96e034c2c50bbf780 (diff)
downloadscala-3235722859a6ff30f186c948c78b1ee37ff36329.tar.gz
scala-3235722859a6ff30f186c948c78b1ee37ff36329.tar.bz2
scala-3235722859a6ff30f186c948c78b1ee37ff36329.zip
Stripped one more embarrasing absolute path fro...
Stripped one more embarrasing absolute path from test output. no review.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala b/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala
index 6eae342e76..fbb5f7786a 100644
--- a/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala
+++ b/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala
@@ -132,7 +132,7 @@ abstract class InteractiveTest {
*/
def typeAtTests() {
askAllSources(typedAtMarker) { pos =>
- println("askTypeAt at " + pos)
+ println("askTypeAt at " + pos.source.file.name + ((pos.line, pos.column)))
val r = new Response[compiler.Tree]
compiler.askTypeAt(pos, r)
r