summaryrefslogtreecommitdiff
path: root/tests/test-Sanity.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-10 20:31:41 -0700
committerPixel <pixel@nobis-crew.org>2011-10-10 20:31:41 -0700
commit8ae349b49e16064e4d84b6cfd256e3ca7fb0cd60 (patch)
tree8b01b3ab2097d838771d43c79b92920661ffd37c /tests/test-Sanity.cc
parent965148b43b5b859934b7af2e8447ba1026a43a19 (diff)
Adding the 'stats' call to Input.
Also fixing a bug with the Printer - va_args are vicious.
Diffstat (limited to 'tests/test-Sanity.cc')
-rw-r--r--tests/test-Sanity.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Sanity.cc b/tests/test-Sanity.cc
index 54fa626..9ed9b4e 100644
--- a/tests/test-Sanity.cc
+++ b/tests/test-Sanity.cc
@@ -9,6 +9,7 @@ void MainTask::Do() {
Assert(sizeof(off_t) == 8);
Assert(sizeof(size_t) == 4);
+ Assert(sizeof(time_t) == 4);
Printer::log(M_STATUS, "Test::Sanity passed.");
}