From f655c6c9b974fd2b56dec5acad8cbd7657d695e7 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Tue, 25 Jul 2023 08:01:23 +0200 Subject: [PATCH] tst_QXmlStream: Remove stray comment Remove stray comment at the end of tst_qxmlstream.cpp Change-Id: I88550e2b75194e7895d8578ca0e8350af59d4dfe Reviewed-by: Santhosh Kumar (cherry picked from commit 3bb991ca05b7b727b66f117ef362edf10a1850c1) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/corelib/serialization/qxmlstream/tst_qxmlstream.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/corelib/serialization/qxmlstream/tst_qxmlstream.cpp b/tests/auto/corelib/serialization/qxmlstream/tst_qxmlstream.cpp index 75fa7c66c1e..8b45cd214d7 100644 --- a/tests/auto/corelib/serialization/qxmlstream/tst_qxmlstream.cpp +++ b/tests/auto/corelib/serialization/qxmlstream/tst_qxmlstream.cpp @@ -1908,4 +1908,3 @@ void tst_QXmlStream::tokenErrorHandling() const } #include "tst_qxmlstream.moc" -// vim: et:ts=4:sw=4:sts=4