summaryrefslogtreecommitdiff
path: root/test/tls/tst-tls10.c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-28 18:43:57 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-28 18:43:57 +0200
commite65912f8b2a6fa966b1ba45360070cf9f25568b4 (patch)
tree7fd84c87041f86ba24c03cacd0aa0c656ef88d33 /test/tls/tst-tls10.c
parent7988979a722b4cdf287b2093956a76a3f19b9897 (diff)
rework most tests to work as standalone package
Diffstat (limited to 'test/tls/tst-tls10.c')
-rw-r--r--test/tls/tst-tls10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tls/tst-tls10.c b/test/tls/tst-tls10.c
index fc06770..2c5e823 100644
--- a/test/tls/tst-tls10.c
+++ b/test/tls/tst-tls10.c
@@ -14,9 +14,9 @@ int
main (void)
{
struct A *p;
+#ifdef USE_TLS__THREAD
if (local.a != 1 || local.b != 2 || local.c != 3)
abort ();
-#ifdef USE_TLS__THREAD
if (a1.a != 4 || a1.b != 5 || a1.c != 6)
abort ();
if (a2.a != 22 || a2.b != 23 || a2.c != 24)