From 0d7e048f06395d0ee8b400b3ad0c0cda44b29873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Karlsson?= Date: Tue, 4 Feb 2003 09:10:50 +0000 Subject: [PATCH] Untabified [SVN r17190] --- test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.hpp b/test.hpp index d286b8c..42870b9 100644 --- a/test.hpp +++ b/test.hpp @@ -44,7 +44,7 @@ namespace test // failure exception used to indicate checked test failures } // std::~string has no exception-specification (could throw anything), - // but we need to be compatible with std::~exception's empty one + // but we need to be compatible with std::~exception's empty one // see std::15.4p13 and std::15.4p3 ~failure() throw() {