diff options
Diffstat (limited to 'gnulib-tests/test-strftime.c')
-rw-r--r-- | gnulib-tests/test-strftime.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnulib-tests/test-strftime.c b/gnulib-tests/test-strftime.c index be356a1..28bdaa9 100644 --- a/gnulib-tests/test-strftime.c +++ b/gnulib-tests/test-strftime.c @@ -1,7 +1,5 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Test that posixtime works as required. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,6 +38,7 @@ struct posixtm_test static struct posixtm_test const T[] = { { 1300000000, 0, "%F", "2011-03-13" }, + { 0, 10, "%T.%N", "00:00:00.000000010" }, { 0, 0, NULL, NULL } }; |