aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/ifelse0/IfElse0.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix await in if condition / match scrutinee.Jason Zaugg2012-11-261-0/+8
| | | | | | The type-checking performed in ANF transform is precarious, and needed to use the original condition/ scrutinee in a throwaway tree to get things to work.
* add missing copyrightJason Zaugg2012-11-241-1/+1
|
* Remove sleeps from the tests.Jason Zaugg2012-11-091-1/+0
|
* Move test utils into a package object, rather than base class.Jason Zaugg2012-11-051-1/+1
|
* Expand build configuration.Jason Zaugg2012-11-051-1/+1
| | | | | | | - Enable continuations plugin - Fill in project metadata - Enable stricter compiler options - satisfy -Xlint with some empty parens.
* Improve test infrastructureJason Zaugg2012-11-051-0/+51
- Convert tests to use JUnit - For the 'run' tests, just use plain-old-test-cases - Add a sample 'neg' test to use ToolBoxes to compile code snippets on the fly.