replaced tabs with spaces
This commit is contained in:
parent
3032ded9aa
commit
2a9eaebcaa
|
@ -219,7 +219,7 @@ private:
|
|||
TEST_CASE(func17);
|
||||
TEST_CASE(func18);
|
||||
TEST_CASE(func19); // Ticket #2056 - if (!f(p)) return 0;
|
||||
TEST_CASE(func20); // Ticket #2182 - exit is not handled
|
||||
TEST_CASE(func20); // Ticket #2182 - exit is not handled
|
||||
TEST_CASE(func21); // Ticket #2569
|
||||
TEST_CASE(func22); // Ticket #2668
|
||||
TEST_CASE(func23); // Ticket #2667
|
||||
|
|
|
@ -232,8 +232,8 @@ private:
|
|||
TEST_CASE(testPreprocessorRead3);
|
||||
TEST_CASE(testPreprocessorRead4);
|
||||
|
||||
TEST_CASE(invalid_define_1); // #2605 - hang for: '#define ='
|
||||
TEST_CASE(invalid_define_2); // #4036 - hang for: '#define () {(int f(x) }'
|
||||
TEST_CASE(invalid_define_1); // #2605 - hang for: '#define ='
|
||||
TEST_CASE(invalid_define_2); // #4036 - hang for: '#define () {(int f(x) }'
|
||||
|
||||
// Show 'missing include' warnings
|
||||
TEST_CASE(missingInclude);
|
||||
|
|
Loading…
Reference in New Issue