summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2016-02-22 00:43:15 +0100
committerKamil Rytarowski <n54@gmx.com>2016-02-22 00:43:15 +0100
commit693034eeb712a6a008d52edb39122aafdcd108e2 (patch)
tree45ebc4a3f40c765eab37174e45cc5ca8a70c7184 /src
parentc2a8bfad36f433fed397efc1419f948709ccfc5e (diff)
downloadcoreclr-693034eeb712a6a008d52edb39122aafdcd108e2.tar.gz
coreclr-693034eeb712a6a008d52edb39122aafdcd108e2.tar.bz2
coreclr-693034eeb712a6a008d52edb39122aafdcd108e2.zip
Fix typo in the name of the paltest_getcurrentthread_test2 test
It was recently disabled on NetBSD and due to pasto it reports a wrong name.
Diffstat (limited to 'src')
-rw-r--r--src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.c b/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.c
index 4edca1f5ee..beeb5ec241 100644
--- a/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.c
+++ b/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.c
@@ -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 */