Fixed formatting
This commit is contained in:
@@ -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>"));
|
||||
|
||||
Reference in New Issue
Block a user