aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/built-in/long-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-long/driver.cxx
parentd80d096ee8743fd6f7382d274272b0b6d7faf9bf (diff)
Use default context c-tor
Diffstat (limited to 'tests/cxx/parser/validation/built-in/long-long/driver.cxx')
-rw-r--r--tests/cxx/parser/validation/built-in/long-long/driver.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/cxx/parser/validation/built-in/long-long/driver.cxx b/tests/cxx/parser/validation/built-in/long-long/driver.cxx
index 37aba72..40942e9 100644
--- a/tests/cxx/parser/validation/built-in/long-long/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/long-long/driver.cxx
@@ -19,7 +19,7 @@ main ()
// Good.
//
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -30,7 +30,7 @@ main ()
}
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -40,7 +40,7 @@ main ()
}
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -50,7 +50,7 @@ main ()
}
{
- context c (0);
+ context c;
unsigned_long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -60,7 +60,7 @@ main ()
}
{
- context c (0);
+ context c;
unsigned_long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -74,7 +74,7 @@ main ()
//
{
- context c (0);
+ context c;
unsigned_long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -87,7 +87,7 @@ main ()
// Ranges
//
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -97,7 +97,7 @@ main ()
}
{
- context c (0);
+ context c;
long_pimpl p;
p.pre ();
p._pre_impl (c);
@@ -107,7 +107,7 @@ main ()
}
{
- context c (0);
+ context c;
unsigned_long_pimpl p;
p.pre ();
p._pre_impl (c);