aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/built-in/long/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/validation/built-in/long/driver.cxx')
-rw-r--r--tests/cxx/parser/validation/built-in/long/driver.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/cxx/parser/validation/built-in/long/driver.cxx b/tests/cxx/parser/validation/built-in/long/driver.cxx
index 9034dce..995ef5a 100644
--- a/tests/cxx/parser/validation/built-in/long/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/long/driver.cxx
@@ -19,7 +19,7 @@ main ()
// Good.
//
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -29,7 +29,7 @@ main ()
}
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -39,7 +39,7 @@ main ()
}
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -49,7 +49,7 @@ main ()
}
{
- context c (0);
+ context c;
unsigned_long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -59,7 +59,7 @@ main ()
}
{
- context c (0);
+ context c;
unsigned_long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -72,7 +72,7 @@ main ()
//
{
- context c (0);
+ context c;
unsigned_long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -85,7 +85,7 @@ main ()
// Ranges
//
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -95,7 +95,7 @@ main ()
}
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);