Browse Source

[tests] wtf am I doing...

Simon Krajewski 5 năm trước cách đây
mục cha
commit
eae4f25d34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/unit/src/unit/issues/Issue9791.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue9791.hx

@@ -12,8 +12,8 @@ overload function moduleOverload(s:String) {
 
 #end
 
-	#if false
 class Issue9791 extends unit.Test {
+	#if false
 	function test() {
 		eq("Int: 12", moduleOverload(12));
 		eq("String: foo", moduleOverload("foo"));