Skip to content

Commit

Permalink
Tst change
Browse files Browse the repository at this point in the history
    * ACE/tests/UNIX_Addr_Test.cpp:
  • Loading branch information
jwillemsen committed Feb 10, 2025
1 parent d2cbdf4 commit a51f6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACE/tests/UNIX_Addr_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ int run_main (int, ACE_TCHAR *[])
a1.set ("@/tmp/boundA");
a2.set ("@/tmp/boundB");
ACE_TEST_ASSERT (a1 != a2);
a2.set ("/tmp/bound");
a2.set ("/tmp/boundA");
ACE_TEST_ASSERT (a1 != a2);
a1.set ("@/tmp/foo");
a1.set ("@/tmp/bound");
ACE_TEST_ASSERT (a1 != a2);

// Set abstract path by set.
Expand Down

0 comments on commit a51f6d7

Please sign in to comment.