summaryrefslogtreecommitdiff
path: root/test/files/presentation/callcc-interpreter.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-11-06 15:38:02 +0100
committerLuc Bourlier <luc.bourlier@typesafe.com>2013-11-15 14:50:59 +0100
commit9c7c66ff7907e3ab814f0f4375eeaf6cdd230d5e (patch)
tree20ccbbe62fc7108ab60a71e463f9b628092f7c26 /test/files/presentation/callcc-interpreter.check
parentab77f2af52b41f70f161891be51d8737b9086d53 (diff)
downloadscala-9c7c66ff7907e3ab814f0f4375eeaf6cdd230d5e.tar.gz
scala-9c7c66ff7907e3ab814f0f4375eeaf6cdd230d5e.tar.bz2
scala-9c7c66ff7907e3ab814f0f4375eeaf6cdd230d5e.zip
Test infrastructure for scope completion
Adds a new marker /*_*/ to trigger scope completion test. Original type completion test oracles update for the tweaked output
Diffstat (limited to 'test/files/presentation/callcc-interpreter.check')
-rw-r--r--test/files/presentation/callcc-interpreter.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/callcc-interpreter.check b/test/files/presentation/callcc-interpreter.check
index d41b982614..f031c52c86 100644
--- a/test/files/presentation/callcc-interpreter.check
+++ b/test/files/presentation/callcc-interpreter.check
@@ -2,7 +2,7 @@ reload: CallccInterpreter.scala
askTypeCompletion at CallccInterpreter.scala(51,38)
================================================================================
-[response] askCompletionAt (51,38)
+[response] askTypeCompletion at (51,38)
retrieved 59 members
abstract trait Term extends AnyRef
abstract trait Value extends AnyRef