Workaround Windows bug in test
This commit is contained in:
parent
6f70de206b
commit
d971d9a59e
1 changed files with 2 additions and 0 deletions
|
|
@ -297,8 +297,10 @@ struct foo
|
|||
/// foo<T>::foo(int);
|
||||
template <typename T>
|
||||
foo<T>::foo(int) {}
|
||||
; // there's a bug on MSVC's libclang, we have to give it a semicolon
|
||||
)";
|
||||
}
|
||||
INFO(is_template);
|
||||
|
||||
cpp_entity_index idx;
|
||||
auto file = parse(idx, "cpp_constructor.cpp", code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue