Skip to content

Commit

Permalink
Removed @infix for symbolic '-' function in FreeSpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Nov 13, 2022
1 parent 10c89bc commit 3148641
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Expand Up @@ -276,7 +276,6 @@ trait AnyFreeSpecLike extends TestSuite with TestRegistration with Informing wit
* implementation of this method will register the text (passed to the contructor of <code>FreeSpecStringWrapper</code>
* and immediately invoke the passed function.
*/
//DOTTY-ONLY infix
def -(fun: => Unit): Unit = {

// SKIP-SCALATESTJS,NATIVE-START
Expand Down
Expand Up @@ -282,7 +282,6 @@ trait AsyncFreeSpecLike extends AsyncTestSuite with AsyncTestRegistration with I
* implementation of this method will register the text (passed to the contructor of <code>FreeSpecStringWrapper</code>
* and immediately invoke the passed function.
*/
//DOTTY-ONLY infix
def -(fun: => Unit): Unit = {

try {
Expand Down
Expand Up @@ -360,7 +360,6 @@ trait FixtureAnyFreeSpecLike extends org.scalatest.FixtureTestSuite with org.sca
* implementation of this method will register the text (passed to the contructor of <code>FreeSpecStringWrapper</code>
* and immediately invoke the passed function.
*/
//DOTTY-ONLY infix
def -(fun: => Unit): Unit = {

// SKIP-SCALATESTJS,NATIVE-START
Expand Down
Expand Up @@ -339,7 +339,6 @@ trait FixtureAsyncFreeSpecLike extends org.scalatest.FixtureAsyncTestSuite with
* implementation of this method will register the text (passed to the contructor of <code>FreeSpecStringWrapper</code>
* and immediately invoke the passed function.
*/
//DOTTY-ONLY infix
def -(fun: => Unit): Unit = {
try {
registerNestedBranch(string, None, fun, Resources.dashCannotAppearInsideAnIn, None, pos)
Expand Down
Expand Up @@ -266,7 +266,6 @@ trait PathAnyFreeSpecLike extends org.scalatest.Suite with OneInstancePerTest wi
* the <a href="#howItExecutes">How it executes</a> section of the main documentation for trait
* <code>org.scalatest.freespec.PathAnyFreeSpec</code>.
*/
//DOTTY-ONLY infix
def -(fun: => Unit): Unit = {

// SKIP-SCALATESTJS,NATIVE-START
Expand Down

0 comments on commit 3148641

Please sign in to comment.