Simon Krajewski 5 سال پیش
والد
کامیت
e27ac9b5eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
 
-class Issue9790 extends unit.Test {
 	#if false
+class Issue9791 extends unit.Test {
 	function test() {
 		eq("Int: 12", moduleOverload(12));
 		eq("String: foo", moduleOverload("foo"));