From 66b4bab4a576af8f730f3d00b0aeec61fdf02f20 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Thu, 29 Jun 2006 19:03:17 +0000 Subject: - fixed doc typos. --- include/cppunit/CompilerOutputter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit/CompilerOutputter.h') diff --git a/include/cppunit/CompilerOutputter.h b/include/cppunit/CompilerOutputter.h index 07b1460..885fe65 100644 --- a/include/cppunit/CompilerOutputter.h +++ b/include/cppunit/CompilerOutputter.h @@ -85,7 +85,7 @@ public: * Some examples: * * - VC++ error location format: "%p(%l):" => produce "G:\prg\MyTest.cpp(43):" - * - GCC error location format: "%f:%l:" => produce "MyTest.cpp(43):" + * - GCC error location format: "%f:%l:" => produce "MyTest.cpp:43:" * * Thoses are the two compilers currently supported (gcc format is used if * VC++ is not detected). If you want your compiler to be automatically supported by -- cgit v1.2.1