summaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-03-13 12:58:35 +0100
committerMartin Sustrik <sustrik@250bpm.com>2012-03-13 12:58:35 +0100
commit28a707371ff9414a1394c52de182ac295eaa00d7 (patch)
tree44378333e1c1ac82c8f960dfb8c65ca85fed0b7a /tests/tests.cpp
parent4a444c0bfca2ef61de6f22cee79104990493c9ae (diff)
MSVC build fixed; xs_utils.h includes removed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 818cdc1..ca1b2eb 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -139,7 +139,7 @@ int main ()
assert (rc == 0);
fprintf (stderr, "SUCCESS\n");
- xs_sleep (1);
+ sleep (1);
return 0;
}