소스 검색

update test

Aleksandr Kuzmenko 4 년 전
부모
커밋
935469fe6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/unit/src/unit/issues/Issue10007.hx

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

@@ -11,7 +11,7 @@ class Issue10007 extends unit.Test {
 @:forward.new
 private abstract Abstract(Impl) {
 	public function isImpl():Bool
-		return Std.is(this, Impl);
+		return Std.isOfType(this, Impl);
 }
 
 private class Impl {