Author: elemings
Date: Tue Apr 8 16:51:34 2008
New Revision: 646144
URL: http://svn.apache.org/viewvc?rev=646144&view=rev
Log:
2008-04-08 Eric Lemings <[EMAIL PROTECTED]>
* tests/iostream/27.istream.fmat.arith.cpp (test_extractor):
Typo.
Modified:
stdcxx/trunk/tests/iostream/27.istream.fmat.arith.cpp
Modified: stdcxx/trunk/tests/iostream/27.istream.fmat.arith.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/tests/iostream/27.istream.fmat.arith.cpp?rev=646144&r1=646143&r2=646144&view=diff
==============================================================================
--- stdcxx/trunk/tests/iostream/27.istream.fmat.arith.cpp (original)
+++ stdcxx/trunk/tests/iostream/27.istream.fmat.arith.cpp Tue Apr 8 16:51:34
2008
@@ -1247,7 +1247,7 @@
#undef TEST
#define TEST(T) \
- if (rw_note (0 == opt_ ## T, 0, __LINE__, "%s tests disabld", #T)) \
+ if (rw_note (0 == opt_ ## T, 0, __LINE__, "%s tests disabled", #T)) \
test_ ## T ((CharT*)0, (Traits*)0, cname, tname)
//////////////////////////////////////////////////////////////////