瀏覽代碼

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());