Fix typo in the name of the paltest_getcurrentthread_test2 test
authorKamil Rytarowski <n54@gmx.com>
Sun, 21 Feb 2016 23:43:15 +0000 (00:43 +0100)
committerKamil Rytarowski <n54@gmx.com>
Sun, 21 Feb 2016 23:43:15 +0000 (00:43 +0100)
It was recently disabled on NetBSD and due to pasto it reports a wrong name.

Commit migrated from https://github.com/dotnet/coreclr/commit/693034eeb712a6a008d52edb39122aafdcd108e2

src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.c

index 4edca1f..beeb5ec 100644 (file)
@@ -94,7 +94,7 @@ INT __cdecl main( INT argc, CHAR **argv )
     /* Defining thread priority for SCHED_OTHER is implementation defined.
        Some platforms like NetBSD cannot reassign it as they are dynamic.
     */
-    printf("paltest_getcurrentthread_test1 has been disabled on this platform\n");
+    printf("paltest_getcurrentthread_test2 has been disabled on this platform\n");
 #else
     /* Create multiple threads. */
     hThread = CreateThread(    NULL,         /* no security attributes    */