From c74f8a0e90f01308c67f439400f02ece0966951b Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Wed, 3 Apr 2024 12:21:35 -0300 Subject: [PATCH] Remove invalid comments --- .../CommandLineArgumentsTest.class.st | 3 --- .../LaunchpadApplicationTransientTest.class.st | 3 --- 2 files changed, 6 deletions(-) diff --git a/source/Launchpad-GS64-Extensions-Tests/CommandLineArgumentsTest.class.st b/source/Launchpad-GS64-Extensions-Tests/CommandLineArgumentsTest.class.st index 94b4d01..5736f6f 100644 --- a/source/Launchpad-GS64-Extensions-Tests/CommandLineArgumentsTest.class.st +++ b/source/Launchpad-GS64-Extensions-Tests/CommandLineArgumentsTest.class.st @@ -1,6 +1,3 @@ -" -That class tests the API given by AbstractUserInput. Since that class is obviously abstract, it can't be instantiated, the tests are running on CommandLine (which inherits from AbstractUserInput) -" Class { #name : #CommandLineArgumentsTest, #superclass : #TestCase, diff --git a/source/Launchpad-GS64-Extensions-Tests/LaunchpadApplicationTransientTest.class.st b/source/Launchpad-GS64-Extensions-Tests/LaunchpadApplicationTransientTest.class.st index 59d1773..d03d82d 100644 --- a/source/Launchpad-GS64-Extensions-Tests/LaunchpadApplicationTransientTest.class.st +++ b/source/Launchpad-GS64-Extensions-Tests/LaunchpadApplicationTransientTest.class.st @@ -1,6 +1,3 @@ -" -That class tests the API given by AbstractUserInput. Since that class is obviously abstract, it can't be instantiated, the tests are running on CommandLine (which inherits from AbstractUserInput) -" Class { #name : #LaunchpadApplicationTransientTest, #superclass : #TestCase,