summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/io/test_io.cc
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/io/test_io.cc')
-rw-r--r--2004/i/nono/src/io/test_io.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2004/i/nono/src/io/test_io.cc b/2004/i/nono/src/io/test_io.cc
index 11c86e8..3834893 100644
--- a/2004/i/nono/src/io/test_io.cc
+++ b/2004/i/nono/src/io/test_io.cc
@@ -72,7 +72,7 @@ main (int argc, char **argv)
syntax ();
return 1;
}
- cout << "test: sleep " << s << endl;
+ std::cout << "test: sleep " << s << std::endl;
Date::wait (s * 1000);
break;
}