Browse Source

[tests][cpp] fixed test #9863

Aleksandr Kuzmenko 5 năm trước cách đây
mục cha
commit
4259869e11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 
 #if cpp
-class NativeThreads extends utest.Test {
+class Issue9863 extends utest.Test {
 	public function test() {
 		Assert.pass();
 	}