Browse Source

wrong place for this test (#8185)

Alexander Kuzmenko 6 năm trước cách đây
mục cha
commit
3a20427ad2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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());