mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
Whitespace adjustments in test data by Emanuel Graf.
This commit is contained in:
parent
4ac33cedb7
commit
92142d07e5
3 changed files with 20 additions and 18 deletions
|
@ -2,7 +2,8 @@
|
|||
//#org.eclipse.cdt.ui.tests.refactoring.extractfunction.ExtractFunctionRefactoringTest
|
||||
//@A.cpp
|
||||
void test(){
|
||||
}template <typename T>
|
||||
}
|
||||
template <typename T>
|
||||
int tempFunct(){
|
||||
|
||||
T i;
|
||||
|
@ -37,7 +38,8 @@ int tempFunct(){
|
|||
//#org.eclipse.cdt.ui.tests.refactoring.extractfunction.ExtractFunctionRefactoringTest
|
||||
//@A.cpp
|
||||
void test(){
|
||||
}template <typename T>
|
||||
}
|
||||
template <typename T>
|
||||
int tempFunct(T p){
|
||||
|
||||
//$++p;
|
||||
|
@ -66,7 +68,8 @@ int tempFunct(T p){
|
|||
//#org.eclipse.cdt.ui.tests.refactoring.extractfunction.ExtractFunctionRefactoringTest
|
||||
//@A.cpp
|
||||
void test(){
|
||||
}template <typename T>
|
||||
}
|
||||
template <typename T>
|
||||
int tempFunct(){
|
||||
|
||||
//$T p;
|
||||
|
|
|
@ -199,7 +199,8 @@ A::A()
|
|||
|
||||
A::~A()
|
||||
{
|
||||
}int A::foo()
|
||||
}
|
||||
int A::foo()
|
||||
{
|
||||
//$int i = 2;
|
||||
++i;
|
||||
|
@ -2019,7 +2020,6 @@ void runSuite(){
|
|||
//=
|
||||
#define CUTE(name) cute::test((&name),(#name))
|
||||
|
||||
|
||||
cute::suite createSuite()
|
||||
{
|
||||
cute::suite s;
|
||||
|
@ -2123,7 +2123,6 @@ using namespace std;
|
|||
|
||||
int const INITIAL_CAPACITY = 10;
|
||||
|
||||
|
||||
string *runTest(int m_capacity)
|
||||
{
|
||||
m_capacity += INITIAL_CAPACITY;
|
||||
|
|
Loading…
Add table
Reference in a new issue