summaryrefslogtreecommitdiff
path: root/PACE/tests
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-18 21:42:57 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-18 21:42:57 +0000
commit017e5e00bad21615a19d5c85cf94f98189ca6453 (patch)
treeab47f6cfcc3c5bc2654b4141b957c44d6673fcba /PACE/tests
parent00298a2e93fdd2cf692748ee29e41c8f5959d3a2 (diff)
downloadATCD-017e5e00bad21615a19d5c85cf94f98189ca6453.tar.gz
Thu Jan 18 15:22:07 2001 Joe Hoffert <joeh@cs.wustl.edu>
Diffstat (limited to 'PACE/tests')
-rw-r--r--PACE/tests/Stdio_Test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/PACE/tests/Stdio_Test.c b/PACE/tests/Stdio_Test.c
index d84cfd9af39..1133d3281d6 100644
--- a/PACE/tests/Stdio_Test.c
+++ b/PACE/tests/Stdio_Test.c
@@ -27,7 +27,6 @@ const char * mode = "w+";
const char * string1 = "line 1\n";
const char * success = "SUCCEEDED";
const char * failure = "***FAILED***";
-const int SLEEPTIME = 20;
#if PACE_LYNXOS != 0x300
int
@@ -102,7 +101,7 @@ main (int argc, char **argv)
/* uncomment this line to pause the program to test the size
* of the exe Cntr-Alt-Del and then look at the task manager to
* find the size
- pace_sleep (SLEEPTIME);
+ pace_sleep (20);
*/
PACE_UNUSED_ARG (argc);