Support test directives in android tests

This commit is contained in:
Mikhael Bogdanov
2018-01-17 11:33:16 +01:00
parent ef1a3ec32d
commit 7f1cc81d39
5 changed files with 109 additions and 143 deletions
@@ -26,7 +26,7 @@ import java.util.*;
public class CompilerConfiguration {
public static CompilerConfiguration EMPTY = new CompilerConfiguration();
private final Map<Key, Object> map = new HashMap<>();
private final Map<Key, Object> map = new LinkedHashMap<>();
private boolean readOnly = false;
static {