浏览代码

[tests][cpp] fixed test #9863

Aleksandr Kuzmenko 5 年之前
父节点
当前提交
de740a0418
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/threads/src/cases/Issue9863.hx

+ 1 - 1
tests/threads/src/cases/Issue9863.hx

@@ -4,7 +4,7 @@ import utest.Assert;
 import sys.thread.Thread;
 import sys.thread.Thread;
 
 
 #if cpp
 #if cpp
-class NativeThreads extends utest.Test {
+class Issue9863 extends utest.Test {
 	public function test() {
 	public function test() {
 		Assert.pass();
 		Assert.pass();
 	}
 	}