Skip to content

Commit

Permalink
turn off failing test condition for upcoming haxeparser version #181 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed May 16, 2016
1 parent 19c81bf commit 307dcd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/misc/ExtensionsTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ class ExtensionsTest extends CheckTestCase<ExtensionsTests> {
public function testExtensions() {
try {
assertNoMsg(new IndentationCharacterCheck(), TEST1);
// unless haxeparse bug is fixed, this code is unreachable
assertFalse(true);
// the upcoming haxeparser does not fail here, so disabling failing part
// // unless haxeparse bug is fixed, this code is unreachable
// assertFalse(true);
}
catch (e:Dynamic) {
assertEquals("misc.ExtensionsTest", e.classname);
Expand Down

0 comments on commit 307dcd7

Please sign in to comment.