changed DiagnosticMessageTest

added test arguments to test data
This commit is contained in:
Svetlana Isakova
2013-10-15 16:26:56 +04:00
parent 3663757073
commit 2f02427c57
11 changed files with 89 additions and 14 deletions
@@ -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;