diff --git a/test/misc/ExtensionsTest.hx b/test/misc/ExtensionsTest.hx index 127edfcb..f3901e49 100644 --- a/test/misc/ExtensionsTest.hx +++ b/test/misc/ExtensionsTest.hx @@ -8,8 +8,9 @@ class ExtensionsTest extends CheckTestCase { 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);