OSDN Git Service

2008-10-27 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 21_strings / basic_string / numeric_conversions / char / stoll.cc
index 6d92215..b20c5c5 100644 (file)
@@ -1,4 +1,6 @@
 // { dg-options "-std=gnu++0x" }
+// { dg-require-string-conversions "" }
+
 // 2008-06-15  Paolo Carlini  <paolo.carlini@oracle.com>
 
 // Copyright (C) 2008 Free Software Foundation, Inc.
@@ -29,8 +31,6 @@
 void
 test01()
 {
-#ifdef _GLIBCXX_USE_C99
-
   bool test __attribute__((unused)) = false;
   using namespace std;
 
@@ -157,8 +157,6 @@ test01()
     }
   VERIFY( test );
   VERIFY( ll1 == numeric_limits<long long>::min() );
-
-#endif
 }
 
 int main()