From 965148b43b5b859934b7af2e8447ba1026a43a19 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 10 Oct 2011 19:36:55 -0700 Subject: Adding the basic "Handle" structure, and adding an early version of Input. Renamed suspend() to yield(). Fixed a couple of bugs, and reorganized slightly some code. --- tests/test-Sanity.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-Sanity.cc') diff --git a/tests/test-Sanity.cc b/tests/test-Sanity.cc index 52a85cc..54fa626 100644 --- a/tests/test-Sanity.cc +++ b/tests/test-Sanity.cc @@ -8,6 +8,7 @@ void MainTask::Do() { Printer::log(M_STATUS, "Test::Sanity running."); Assert(sizeof(off_t) == 8); + Assert(sizeof(size_t) == 4); Printer::log(M_STATUS, "Test::Sanity passed."); } -- cgit v1.2.3