فهرست منبع

wrong place for this test (#8185)

Alexander Kuzmenko 6 سال پیش
والد
کامیت
3a20427ad2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      tests/unit/src/unit/issues/Issue8185.hx

+ 2 - 2
tests/display/src/cases/Issue8185.hx → tests/unit/src/unit/issues/Issue8185.hx

@@ -1,6 +1,6 @@
-package cases;
+package unit.issues;
 
-class Issue8185 extends DisplayTestCase {
+class Issue8185 extends Test {
 	function test() {
 		eq(1, length());
 		eq(2, name());