From bc7678011d7503ea769e406e7689e0a0404e2e49 Mon Sep 17 00:00:00 2001 From: Ivan Kochurkin Date: Thu, 15 Dec 2016 16:13:13 +0300 Subject: [PATCH] Removed CharSetWithReversedRange from runtime testsuite. --- .../descriptors/LexerExecDescriptors.java | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java index 46fc4812f..4b76f4286 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java @@ -302,30 +302,6 @@ public class LexerExecDescriptors { } - public static class CharSetWithReversedRange extends BaseLexerTestDescriptor { - public String input = "9"; - /** - A - [@0,0:0='9',<1>,1:0] - [@1,1:0='',<-1>,1:1] - */ - @CommentHasStringValue - public String output; - - public String errors = null; - public String startRule = ""; - public String grammarName = "L"; - - /** - lexer grammar L; - A : [z-a9]+ {} ; - WS : [ \n]+ -> skip ; - */ - @CommentHasStringValue - public String grammar; - - } - public static class EOFByItself extends BaseLexerTestDescriptor { public String input = ""; /**