Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/tls fix typo



details:   https://anonhg.NetBSD.org/src/rev/33f118f648b7
branches:  trunk
changeset: 827447:33f118f648b7
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 28 19:25:31 2017 +0000

description:
fix typo

diffstat:

 tests/lib/libc/tls/t_tls_static.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7b8c47c1bc7c -r 33f118f648b7 tests/lib/libc/tls/t_tls_static.c
--- a/tests/lib/libc/tls/t_tls_static.c Sat Oct 28 19:24:55 2017 +0000
+++ b/tests/lib/libc/tls/t_tls_static.c Sat Oct 28 19:25:31 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_tls_static.c,v 1.3 2017/10/28 19:24:55 christos Exp $        */
+/*     $NetBSD: t_tls_static.c,v 1.4 2017/10/28 19:25:31 christos Exp $        */
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_tls_static.c,v 1.3 2017/10/28 19:24:55 christos Exp $");
+__RCSID("$NetBSD: t_tls_static.c,v 1.4 2017/10/28 19:25:31 christos Exp $");
 
 #include <atf-c.h>
 #include <pthread.h>
@@ -62,7 +62,7 @@
 #define CHECK(a, b) \
     ATF_CHECK_EQ_MSG(var ## a, b, "var%d[%d] != %d", a, var ## a, b)
        CHECK(1, 1);
-       CHECK(1, 0);
+       CHECK(2, 0);
        testf_helper();
        CHECK(1, -1);
        CHECK(2, -1);



Home | Main Index | Thread Index | Old Index