mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
Corrected test expectations.
This commit is contained in:
parent
a9662b7f9f
commit
9601bcdd24
1 changed files with 1 additions and 0 deletions
|
@ -875,6 +875,7 @@ public class ExtractFunctionRefactoringTest extends RefactoringTestBase {
|
|||
//int extracted(A b, A* a) {
|
||||
// return a->method() + b.const_method();
|
||||
//}
|
||||
//
|
||||
//int test() {
|
||||
// A a, b;
|
||||
// return extracted(b, &a) + a.const_method();
|
||||
|
|
Loading…
Add table
Reference in a new issue