OSDN Git Service

* config/os/bsd/freebsd/ctype_inline.h: Support _M_table
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / ctype / cons / char / 1.cc
index 65fc626..5ad3877 100644 (file)
@@ -57,7 +57,7 @@ void test01()
 
   comma_ctype obj2(tmp);
   const ctype_base::mask* ctable = obj2.get_table();
-  VERIFY ( tmp = ctable );
+  VERIFY ( tmp == ctable );
 }
 
 int main()