Explorar o código

[tests][cpp] fixed test #9863

Aleksandr Kuzmenko %!s(int64=5) %!d(string=hai) anos
pai
achega
4259869e11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 	}