From a09914ca9f7b65e839fddaeb88d318bec52245b8 Mon Sep 17 00:00:00 2001 From: Den Shabalin Date: Mon, 9 Dec 2013 17:32:07 +0100 Subject: Test possible quasiquote runtime failures --- test/files/scalacheck/quasiquotes/Test.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/scalacheck/quasiquotes/Test.scala') 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) -- cgit v1.2.3