diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-12 19:17:24 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-12 19:17:24 +0000 |
commit | 4940fa2c41f392fe311b3758e4b3ed4f709fd2fb (patch) | |
tree | 907abe9dd56f1fe9f26519dc5e2daef8427ae47e | |
parent | 11de2d6e619dbdcf5ebc53c097463ace5fd0eb16 (diff) | |
download | ATCD-4940fa2c41f392fe311b3758e4b3ed4f709fd2fb.tar.gz |
ChangeLogTag:Wed Oct 12 12:02:46 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r-- | tests/Based_Pointer_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Based_Pointer_Test.cpp b/tests/Based_Pointer_Test.cpp index 06a3335881a..a141a864e54 100644 --- a/tests/Based_Pointer_Test.cpp +++ b/tests/Based_Pointer_Test.cpp @@ -333,7 +333,7 @@ mmap_remap_test(void) } return -1; } - + void *ba= 0; if (ACE_BASED_POINTER_REPOSITORY::instance()->find(nba, ba) == -1) { |