From c12670f51f18f4cc86059b666802e30b1d202cc4 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 8 Oct 2020 16:22:13 -0700 Subject: [PATCH] remove incorrect bit about partest --- contribute/hacker-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/contribute/hacker-guide.md b/contribute/hacker-guide.md index b9e657adf..f2f11d4f7 100644 --- a/contribute/hacker-guide.md +++ b/contribute/hacker-guide.md @@ -324,8 +324,6 @@ Run `sbt test` and `sbt partest` to run all of the JUnit and partest tests, resp testing: [...]/files/run/stringinterpolation_macro-run.scala [ OK ] All of 6 tests were successful (elapsed time: 00:00:08) -`partest` was removed in 2.12. - ## 4. Publish After development is finished, it's time to publish the code and submit your patch for discussion and potential inclusion into Scala.