diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2006-06-29 19:03:17 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2006-06-29 19:03:17 +0000 |
| commit | 66b4bab4a576af8f730f3d00b0aeec61fdf02f20 (patch) | |
| tree | fa2845712e087e8ec335983bd473d9fa4afbb288 /include/cppunit/CompilerOutputter.h | |
| parent | f6eb27936699b0b26f6d923656e70447aa33c9c5 (diff) | |
| download | cppunit-66b4bab4a576af8f730f3d00b0aeec61fdf02f20.tar.gz | |
- fixed doc typos.
Diffstat (limited to 'include/cppunit/CompilerOutputter.h')
| -rw-r--r-- | include/cppunit/CompilerOutputter.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <em>supported</em> (gcc format is used if * VC++ is not detected). If you want your compiler to be automatically supported by |
