1
0
Fork 0
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:
Sergey Prigogin 2012-02-07 20:55:57 -08:00
parent a9662b7f9f
commit 9601bcdd24

View file

@ -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();