diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-18 00:03:22 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-18 00:03:22 +0000 |
commit | 223bc1184f44c5b9b8f51a81f84e4977de120054 (patch) | |
tree | 94d5504eb29896af45a5f73cb19020bf778aa0d8 /tests/Future_Test.cpp | |
parent | 45cfdf7d53453f71c69ab0cb30b250ac8e1bdcd2 (diff) | |
download | ATCD-223bc1184f44c5b9b8f51a81f84e4977de120054.tar.gz |
.
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r-- | tests/Future_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp index a2d2b0f4e92..9fe00d901e0 100644 --- a/tests/Future_Test.cpp +++ b/tests/Future_Test.cpp @@ -420,7 +420,7 @@ main (int, ASYS_TCHAR *[]) Prime_Scheduler (ASYS_TEXT ("matias"), andres), -1); - ACE_ASSERT (matias->open ()); + ACE_ASSERT (matias->open () != -1); for (int i = 0; i < n_loops; i++) { |