summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/locale/test-sgetrune.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/lib/libc/locale/test-sgetrune.c')
-rw-r--r--tools/regression/lib/libc/locale/test-sgetrune.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/regression/lib/libc/locale/test-sgetrune.c b/tools/regression/lib/libc/locale/test-sgetrune.c
index feb6edf..1bfc28d 100644
--- a/tools/regression/lib/libc/locale/test-sgetrune.c
+++ b/tools/regression/lib/libc/locale/test-sgetrune.c
@@ -54,6 +54,8 @@ main(int argc, char *argv[])
* C/POSIX locale.
*/
+ printf("1..1\n");
+
assert(MB_CUR_MAX == 1);
/* Incomplete character sequence. */
@@ -127,7 +129,7 @@ main(int argc, char *argv[])
assert(cres == buf + 2);
assert(sgetrune(buf, 2, NULL) == 0xa3c1);
- printf("PASS sgetrune()\n");
+ printf("ok 1 - sgetrune()\n");
return (0);
}
OpenPOWER on IntegriCloud