summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/Test.scala
diff options
context:
space:
mode:
authorDen Shabalin <den.shabalin@gmail.com>2013-12-09 17:32:07 +0100
committerDen Shabalin <den.shabalin@gmail.com>2013-12-11 02:42:29 +0100
commita09914ca9f7b65e839fddaeb88d318bec52245b8 (patch)
tree9249bcdc9f41dc11b45ed1f1f12090d1835f2b02 /test/files/scalacheck/quasiquotes/Test.scala
parentb9a900e5d2f32b87149f7bd4cc7531f327abf5be (diff)
downloadscala-a09914ca9f7b65e839fddaeb88d318bec52245b8.tar.gz
scala-a09914ca9f7b65e839fddaeb88d318bec52245b8.tar.bz2
scala-a09914ca9f7b65e839fddaeb88d318bec52245b8.zip
Test possible quasiquote runtime failures
Diffstat (limited to 'test/files/scalacheck/quasiquotes/Test.scala')
-rw-r--r--test/files/scalacheck/quasiquotes/Test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/scalacheck/quasiquotes/Test.scala b/test/files/scalacheck/quasiquotes/Test.scala
index 0253533248..7a26fa4923 100644
--- a/test/files/scalacheck/quasiquotes/Test.scala
+++ b/test/files/scalacheck/quasiquotes/Test.scala
@@ -10,6 +10,7 @@ object Test extends Properties("quasiquotes") {
include(LiftableProps)
include(UnliftableProps)
include(ErrorProps)
+ include(RuntimeErrorProps)
include(DefinitionConstructionProps)
include(DefinitionDeconstructionProps)
include(DeprecationProps)