From 238815fe19ebcd63bee841b69139824698e5fe95 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 10 Dec 2002 13:36:37 -0500 Subject: [PATCH] Remove warning --- Source/ctest.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 27a2beecb8..3dd6fd8faf 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -932,8 +932,10 @@ int ctest::CoverageDirectory() << "\t\t" << std::endl; for ( cc = 0; cc < lines.size(); cc ++ ) { - cfileoutput << "\t\t" << lines[cc] << "" << std::endl; + cfileoutput << "\t\t(cc) << "\" Count=\"" + << cov.m_Lines[cc] << "\">" + << lines[cc] << "" << std::endl; } cfileoutput << "\t\t\n" << "\t" << std::endl;