Skip to content

Commit

Permalink
re-enable lua tests
Browse files Browse the repository at this point in the history
(disabled by accident?)
  • Loading branch information
peq committed Feb 13, 2020
1 parent b20a0b3 commit 3c09717
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ class TestConfig {
private List<CU> additionalCompilationUnits = new ArrayList<>();
private boolean stopOnFirstError = true;
private boolean runCompiletimeFunctions;
private boolean testLua = false;
private boolean testLua = true;

TestConfig(String name) {
this.name = name;
Expand Down

0 comments on commit 3c09717

Please sign in to comment.