Skip to content

Commit 74b8873

Browse files
committed
Disable TemplateParameterPackTest for now
1 parent 0b62dec commit 74b8873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ClangSharp.UnitTests/CursorTests/DeclTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class MyClass<int, U>
7676
}
7777

7878
[Test]
79+
[Ignore("TODO: LibClangSharp needs to be recompiled first")]
7980
public void TemplateParameterPackTest()
8081
{
8182
var inputContents = $@"template<class... Types>

0 commit comments

Comments
 (0)