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:
parent
1492e28f89
commit
2325a5eccb
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue