Skip to content

Commit

Permalink
Revert "add big Jass test"
Browse files Browse the repository at this point in the history
This reverts commit aac208a.
  • Loading branch information
Frotty committed Aug 8, 2018
1 parent aac208a commit 52743f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44,125 deletions.
Expand Up @@ -113,21 +113,6 @@ public void thisAsVarNameInJass() { // #498
testJurstWithJass(true, false, jassCode, jurstCode);
}

@Test
public void testBigjassScript() { // #498
String jassCode = Utils.getResourceFile("test.j");

String jurstCode = Utils.string(
"package test",
" native testSuccess()",
" init",
" testSuccess()",
" end",
"endpackage");

testJurstWithJass(true, false, jassCode, jurstCode);
}

@Test
public void logicalOperatorPrecedence() { // #641
String jassCode = Utils.string(
Expand Down

0 comments on commit 52743f4

Please sign in to comment.