1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-26 10:25:32 +02:00

Fixed a wrong test case.

Change-Id: I9bcba908d2112f59702229939aef486865742d99
Reviewed-on: https://git.eclipse.org/r/12732
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
Nathan Ridge 2013-05-11 02:43:17 -04:00 committed by Sergey Prigogin
parent 1492e28f89
commit 2325a5eccb

View file

@ -7587,7 +7587,7 @@ public class AST2TemplateTests extends AST2TestBase {
// class A {};
// }
//
// int bar(A);
// int bar(N::A);
//
// int main() {
// auto x = foo(N::A());