Parcourir la source

[tests][cpp] fixed test #9863

Aleksandr Kuzmenko il y a 5 ans
Parent
commit
4259869e11
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
 	}