Browse Source

removed unit test

clemos 10 years ago
parent
commit
bee23cae89
1 changed files with 0 additions and 8 deletions
  1. 0 8
      tests/unit/src/unit/issues/Issue4571.hx

+ 0 - 8
tests/unit/src/unit/issues/Issue4571.hx

@@ -1,8 +0,0 @@
-package unit.issues;
-
-class Issue4571 extends Test {
-	function test() {
-		var x = -1072787802;
-		eq(x, (x >>> 0));
-	}
-}