diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-11-09 17:24:58 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-11-09 17:24:58 +0000 |
commit | bd4585e3fa206d46fb83d4c6738135b43d9804d8 (patch) | |
tree | 0820d230286712e0083108b8aab2f48b2160dad7 /tests | |
parent | f6ed531df05936c6fe28e57bcb1660033e85ae8b (diff) | |
download | ATCD-bd4585e3fa206d46fb83d4c6738135b43d9804d8.tar.gz |
Fixed ssample stuff
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TkReactor_Test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/TkReactor_Test.cpp b/tests/TkReactor_Test.cpp index 172b70b2afc..d931026ec53 100644 --- a/tests/TkReactor_Test.cpp +++ b/tests/TkReactor_Test.cpp @@ -262,7 +262,6 @@ run_main (int, ACE_TCHAR *[]) tcl_interp = Tcl_CreateInterp (); if (init (tcl_interp) != TCL_OK) { - cerr << "error: " << tcl_interp->result << "\n"; exit (1); } @@ -275,7 +274,6 @@ run_main (int, ACE_TCHAR *[]) char tcl_cmd[] = "source TkReactor_Test.tcl"; if (Tcl_Eval (tcl_interp, tcl_cmd) != TCL_OK) { - cerr << "error: " << tcl_interp->result << "\n"; exit (1); } // set up callback |