summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/quasiquotes/Test.scala
diff options
context:
space:
mode:
authorDen Shabalin <den.shabalin@gmail.com>2013-09-06 13:14:03 +0200
committerDen Shabalin <den.shabalin@gmail.com>2013-09-11 16:07:07 +0200
commit5607bd137d8a22c6933e3692a4a1626928acf67f (patch)
tree8e8f65da96ba2dafc29d9955e1c5eb7c62b1e130 /test/files/scalacheck/quasiquotes/Test.scala
parent545ee297e785eb1092376f99f548e523b4d75831 (diff)
downloadscala-5607bd137d8a22c6933e3692a4a1626928acf67f.tar.gz
scala-5607bd137d8a22c6933e3692a4a1626928acf67f.tar.bz2
scala-5607bd137d8a22c6933e3692a4a1626928acf67f.zip
SI-7304 improve deprecation warnings for tree factory methods
Diffstat (limited to 'test/files/scalacheck/quasiquotes/Test.scala')
-rw-r--r--test/files/scalacheck/quasiquotes/Test.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/scalacheck/quasiquotes/Test.scala b/test/files/scalacheck/quasiquotes/Test.scala
index 05097711ef..f41d961888 100644
--- a/test/files/scalacheck/quasiquotes/Test.scala
+++ b/test/files/scalacheck/quasiquotes/Test.scala
@@ -11,4 +11,5 @@ object Test extends Properties("quasiquotes") {
include(ErrorProps)
include(DefinitionConstructionProps)
include(DefinitionDeconstructionProps)
-} \ No newline at end of file
+ include(DeprecationProps)
+}