Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
dc7894d8
Commit
dc7894d8
authored
Jun 29, 2010
by
Christian Kamm
Browse files
Tests: Fix typeprettyprinter.
Done-with: Erik Verbruggen
parent
d69a12a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp
View file @
dc7894d8
...
...
@@ -82,9 +82,10 @@ void addRow(const FullySpecifiedType &f, QString result, QString name = QString(
void
tst_TypePrettyPrinter
::
basic_data
()
{
Control
c
;
TranslationUnit
t
(
&
c
,
0
);
unit
=
&
t
;
// seems it now works without a translation unit
// Control c;
// TranslationUnit t(&c, 0);
// unit = 0;
QTest
::
addColumn
<
FullySpecifiedType
>
(
"type"
);
QTest
::
addColumn
<
QString
>
(
"name"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment