From 3b4d8c0c0b71db160c0d031f34274977446e815a Mon Sep 17 00:00:00 2001 From: Den Shabalin Date: Thu, 31 Oct 2013 13:50:10 +0100 Subject: add some post-typecheck tests for quasiquotes Typecheck trees with toolbox and check that they are still matched by corresponding quasiquote. Fix tuples and function types matchers to account for different shape of trees after typing. --- 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 f41d961888..73cac0368c 100644 --- a/test/files/scalacheck/quasiquotes/Test.scala +++ b/test/files/scalacheck/quasiquotes/Test.scala @@ -12,4 +12,5 @@ object Test extends Properties("quasiquotes") { include(DefinitionConstructionProps) include(DefinitionDeconstructionProps) include(DeprecationProps) + include(TypecheckedProps) } -- cgit v1.2.3