summaryrefslogtreecommitdiff
path: root/test/files/run/t7805-repl-i.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` ↵Philipp Haller2013-11-121-1/+1
| | | | | | | | | | | | | package object - The corresponding `apply` methods in the `Future` and `Promise` objects should be used instead. - Adjusted tests to use non-deprecated versions - Fixed doc comments not to use deprecated methods - Added comment about planned removal in 2.13.0
* Longer timeout for repl test.Paul Phillips2013-09-171-1/+1
| | | | | 15 seconds is crazy aggressive. I have fast hardware and it's still really easy for a test to take to fifteen seconds under load.
* SI-7805 REPL -i startupSom Snytt2013-09-061-0/+42
Tested with a ReplTest that loads an include script. ReplTests can choose to be `Welcoming` and keep a normalized welcome message in their check transcript. One recent SessionTest is updated to use the normalizing API.