From e9a0aa7dd30566b1da6fd9e56e638aa4846a132b Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 6 Dec 2011 10:13:07 +1000 Subject: Remove TESTED_CLASS/TESTED_FILES comments from tests. These comments were mostly empty or inaccurate. Appropriate naming of tests and appropriate placement of tests within the directory tree provide more reliable indicators of what is being tested. Change-Id: If69bdb39fd162d167cb948ddcbb73503b414e791 Reviewed-by: Rohan McGovern --- tests/auto/declarative/qjsengine/tst_qjsengine.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auto/declarative/qjsengine/tst_qjsengine.cpp') diff --git a/tests/auto/declarative/qjsengine/tst_qjsengine.cpp b/tests/auto/declarative/qjsengine/tst_qjsengine.cpp index 1c29391e0f..e806a658cd 100644 --- a/tests/auto/declarative/qjsengine/tst_qjsengine.cpp +++ b/tests/auto/declarative/qjsengine/tst_qjsengine.cpp @@ -52,9 +52,6 @@ Q_DECLARE_METATYPE(QList) Q_DECLARE_METATYPE(QObjectList) -//TESTED_CLASS= -//TESTED_FILES= - // The JavaScriptCore GC marks the C stack. To try to ensure that there is // no JSObject* left in stack memory by the compiler, we call this function // to zap some bytes of memory before calling collectGarbage(). -- cgit v1.2.3