2
0
Aleksandr Kuzmenko 5 жил өмнө
parent
commit
4259869e11

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