Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
LexerSLComment -> LexerSLCommentTest
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Feb 7, 2023
1 parent 4fc6e07 commit 25b4551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @author Dennis Hübner - Initial contribution and API
*
*/
public class LexerSLComment extends Assert {
public class LexerSLCommentTest extends Assert {
@Test public void testSlComment() {
String model = "//sl comment\na";
InternalSimpleExpressionsTestLanguageLexer lexer = new InternalSimpleExpressionsTestLanguageLexer();
Expand Down

0 comments on commit 25b4551

Please sign in to comment.