From 5d7883b551670e28d15697eed4411574aa7e313a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 16 May 2022 21:50:52 +0200 Subject: [PATCH] Remove leftover comment in tests --- tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp b/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp index e0e06eb0..7793e970 100644 --- a/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp +++ b/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp @@ -511,5 +511,3 @@ TEST_CASE( "Generator element stringification is cached", REQUIRE( generator.stringificationCalls() == 1 ); } - -// caching?