diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-13 12:36:51 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-13 12:38:18 +0100 |
commit | baffd97efb1fd6da004fedf620577f8a97445793 (patch) | |
tree | 5131ff5b8f40d3d76ae9ed993093f1668b7a7c31 /tests/manual/cplusplus/c++ | |
parent | 28ab85b13794f2443cfd714bbf1daa5e91bc6b2a (diff) | |
download | qt-creator-baffd97efb1fd6da004fedf620577f8a97445793.tar.gz |
Fixed parsing of ctor-initializers and added a manual test for the AST matchers
Diffstat (limited to 'tests/manual/cplusplus/c++')
-rwxr-xr-x | tests/manual/cplusplus/c++ | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manual/cplusplus/c++ b/tests/manual/cplusplus/c++ index f4cbb4fe5c..a5908b79ff 100755 --- a/tests/manual/cplusplus/c++ +++ b/tests/manual/cplusplus/c++ @@ -1,3 +1,5 @@ #!/bin/sh me=$(dirname $0) -${CPP-gcc} -xc++ -E -include $me/conf.c++ $* | $me/cplusplus0 +${CPP-gcc} -U__BLOCKS__ -xc++ -E -include $me/conf.c++ $* > $me/file.i +$me/cplusplus0 $me/file.i + |