diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-26 09:54:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-26 09:54:31 -0400 |
commit | c0568a89d93e05d98f4ef57d0b7bb659a357dbef (patch) | |
tree | ef06f4c9d2b157b7fcc3f4e417f43a7e6efd4f36 /src/test/test_util.c | |
parent | dd572dac34c0ba9e3c360d462d77a09e4f584511 (diff) | |
download | tor-c0568a89d93e05d98f4ef57d0b7bb659a357dbef.tar.gz tor-c0568a89d93e05d98f4ef57d0b7bb659a357dbef.zip |
Whitespace fixes
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r-- | src/test/test_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index 11eb18de74..8e5c9bf80a 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -821,7 +821,6 @@ test_util_parse_http_time(void *arg) T("2038-02-17 06:13:20"); #endif - tt_int_op(-1,OP_EQ, parse_http_time("2004-08-zz 99-99x99 GMT", &a_time)); tt_int_op(-1,OP_EQ, parse_http_time("2011-03-32 00:00:00 GMT", &a_time)); tt_int_op(-1,OP_EQ, parse_http_time("2011-03-30 24:00:00 GMT", &a_time)); |