From abc9fd2023b7c24837143e905cef96ad1117b7fd Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Tue, 25 Jul 2023 09:32:31 +0200 Subject: [PATCH] tst_QExplicitlySharedDataPointer: Remove stray comment Remove stray comment at the end of tst_qexplicitlyshareddatapointer.cpp Change-Id: I31a6c38002e56e7c43e527864ba3d9324950079f Reviewed-by: Santhosh Kumar (cherry picked from commit 93e9d214904b73d4d89ea4f2c1b836d768cf7284) Reviewed-by: Qt Cherry-pick Bot --- .../tst_qexplicitlyshareddatapointer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/corelib/tools/qexplicitlyshareddatapointer/tst_qexplicitlyshareddatapointer.cpp b/tests/auto/corelib/tools/qexplicitlyshareddatapointer/tst_qexplicitlyshareddatapointer.cpp index 95c2fe612d7..e006d42f78c 100644 --- a/tests/auto/corelib/tools/qexplicitlyshareddatapointer/tst_qexplicitlyshareddatapointer.cpp +++ b/tests/auto/corelib/tools/qexplicitlyshareddatapointer/tst_qexplicitlyshareddatapointer.cpp @@ -223,4 +223,3 @@ void tst_QExplicitlySharedDataPointer::swap() const QTEST_MAIN(tst_QExplicitlySharedDataPointer) #include "tst_qexplicitlyshareddatapointer.moc" -// vim: et:ts=4:sw=4:sts=4