Fixed formatting

This commit is contained in:
Bartek Kryza
2023-03-30 22:34:46 +02:00
parent d9204414d9
commit b35b840b66
3 changed files with 4 additions and 6 deletions

View File

@@ -65,8 +65,7 @@ TEST_CASE("t00008", "[test-case][class]")
using namespace json;
#if LLVM_VERSION_MAJOR >= 16
REQUIRE(IsClassTemplate(
j, "A<T,P=T,CMP=nullptr,int N=3>"));
REQUIRE(IsClassTemplate(j, "A<T,P=T,CMP=nullptr,int N=3>"));
#else
REQUIRE(IsClassTemplate(
j, "A<T,P=T,clanguml::t00008::CMP=nullptr,int N=3>"));