Procházet zdrojové kódy

[tests][cpp] fixed test #9863

Aleksandr Kuzmenko před 5 roky
rodič
revize
4259869e11
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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();
 	}