diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-28 09:45:31 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-28 09:45:31 +0000 |
commit | 664191f7a2c161617580ee8e966f126ce2d8a99b (patch) | |
tree | 8efc2e40aca7e1c7b3138117fb62bac0200fa824 /tests | |
parent | 8e3acc45283e292ed0dbcb8b5f09e14362da78b3 (diff) | |
download | ATCD-664191f7a2c161617580ee8e966f126ce2d8a99b.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Pipe_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp index e58b9eb295f..b47a82a0dbc 100644 --- a/tests/Pipe_Test.cpp +++ b/tests/Pipe_Test.cpp @@ -47,7 +47,7 @@ main (int, char *argv[]) { ACE_START_TEST ("Pipe_Test.cpp"); - ACE_Pipe a, b, c, d, e, f, g, h, i, j,; + ACE_Pipe a, b, c, d, e, f, g, h, i, j; ::open (a, "a"); ::open (b, "b"); |