]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/17_intro/header_cwctype.cc
*.cc: Remove spaces, make sure testcases return zero.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 17_intro / header_cwctype.cc
index e5db1b53756ebb182a208173c37ab0a018308659..8374a4602ca7bbcee13e80f6ae9997ad03c39f41 100644 (file)
 #if _GLIBCPP_USE_WCHAR_T
 #include <cwctype>
   // Make sure wint_t is in namespace std
-  std::wint_t i = 5;            // { dg-do compile }
+  std::wint_t i = 5;
 #endif
 
 int main(void)
 {
   return 0;
 }
-
-
-
-