aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/built-in/long/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-18 11:23:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-18 11:23:11 +0200
commit3e39d0e02bf58ed7e867f6520ab377d86de94758 (patch)
tree33cf3b29e120b8e70121983ab198f0a5e30f72a2 /tests/cxx/parser/validation/built-in/long/driver.cxx
parentd80d096ee8743fd6f7382d274272b0b6d7faf9bf (diff)
Use default context c-tor
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);