From def0ee90c33043a7670a8e9c8d4c37a489312cae Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Wed, 2 Jul 2025 12:14:38 +0200 Subject: [PATCH] C++: Remove QLtest related comment from integration test I forgot to remove this in https://github.com/github/codeql/pull/19410 --- cpp/ql/integration-tests/header-variant-tests/clang-pch/b.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/ql/integration-tests/header-variant-tests/clang-pch/b.c b/cpp/ql/integration-tests/header-variant-tests/clang-pch/b.c index 76369e11f221..e9973998d64a 100644 --- a/cpp/ql/integration-tests/header-variant-tests/clang-pch/b.c +++ b/cpp/ql/integration-tests/header-variant-tests/clang-pch/b.c @@ -4,4 +4,3 @@ int main() { return ONE + TWO + THREE + FOUR; } -// semmle-extractor-options: --clang -include-pch ${testdir}/clang-pch.testproj/a.pch -Iextra_dummy_path