diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-19 03:03:32 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-07-19 03:03:32 +0000 |
commit | dcf3914840561f45f4f5a377707c20d098fe8949 (patch) | |
tree | b69d024137f675c24ef1cec9a2b87c5d6a912987 /ACE/tests/Conn_Test.cpp | |
parent | 2ffc5451399d51c893fe4b16d0a691990be4c671 (diff) | |
download | ATCD-dcf3914840561f45f4f5a377707c20d098fe8949.tar.gz |
Thu Jul 19 03:00:57 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/tests/Conn_Test.cpp')
-rw-r--r-- | ACE/tests/Conn_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/tests/Conn_Test.cpp b/ACE/tests/Conn_Test.cpp index 2e808d4497b..a48aa715980 100644 --- a/ACE/tests/Conn_Test.cpp +++ b/ACE/tests/Conn_Test.cpp @@ -726,8 +726,10 @@ run_main (int argc, ACE_TCHAR *argv[]) ACE_START_TEST (ACE_TEXT ("Conn_Test")); int status = 0; + //FUZZ: disable check_for_lack_ACE_OS ACE_Get_Opt getopt (argc, argv, ACE_TEXT ("c:i:s:")); for (int c; (c = getopt ()) != -1; ) + //FUZZ: enable check_for_lack_ACE_OS switch (c) { case 'c': |