Browse Source

[tests][cpp] fixed test #9863

Aleksandr Kuzmenko 5 years ago
parent
commit
4259869e11
1 changed files with 1 additions and 1 deletions
  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;
 import sys.thread.Thread;
 
 
 #if cpp
 #if cpp
-class NativeThreads extends utest.Test {
+class Issue9863 extends utest.Test {
 	public function test() {
 	public function test() {
 		Assert.pass();
 		Assert.pass();
 	}
 	}