aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/noawait/NoAwaitSpec.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-3/+3
|
* copyright 2018 LightbendSeth Tisue2018-02-061-1/+1
|
* Update copyright years.Jason Zaugg2014-01-141-1/+1
| | | | 2013 must have been unlucky.
* Remove @RunWith annotations from test cases.Jason Zaugg2013-08-151-3/+0
| | | | | These are are at odds with the junit-interface SBT test framework under SBT 0.13.+, and appear to be superfluous.
* Move implementation details to scala.async.internal._.Jason Zaugg2013-07-071-0/+1
| | | | | If we intend to keep CPS fallback around for any length of time it should probably move there too.
* add missing copyrightJason Zaugg2012-11-241-0/+4
|
* Fixes #7, allow async blocks without await or with a single expression.Jason Zaugg2012-11-111-0/+34