changed DiagnosticMessageTest
added test arguments to test data
This commit is contained in:
@@ -436,7 +436,7 @@ public class JetTestUtils {
|
||||
return testFiles;
|
||||
}
|
||||
|
||||
private static Map<String, String> parseDirectives(String expectedText) {
|
||||
public static Map<String, String> parseDirectives(String expectedText) {
|
||||
Map<String, String> directives = Maps.newHashMap();
|
||||
Matcher directiveMatcher = DIRECTIVE_PATTERN.matcher(expectedText);
|
||||
int start = 0;
|
||||
|
||||
Reference in New Issue
Block a user