diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
| commit | 9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch) | |
| tree | cc10da19d90f9ad1d17066e152602c3f88e5bf2b /test/local_time_test.cc | |
| parent | 242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff) | |
No-op: whitespace.
Diffstat (limited to 'test/local_time_test.cc')
| -rw-r--r-- | test/local_time_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/local_time_test.cc b/test/local_time_test.cc index 9c682a74..4cd79158 100644 --- a/test/local_time_test.cc +++ b/test/local_time_test.cc @@ -33,7 +33,7 @@ BOOST_AUTO_TEST_CASE (local_time_test) BOOST_CHECK_THROW (dcp::LocalTime ("2013!01-05T18:06:59+04:00"), dcp::TimeFormatError); /* Correctly-formatted */ - + { dcp::LocalTime t ("2013-01-05T18:06:59+04:00"); BOOST_CHECK_EQUAL (t._year, 2013); |
