aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/js/qjsengine
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-06 10:13:07 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-06 05:48:52 +0100
commite9a0aa7dd30566b1da6fd9e56e638aa4846a132b (patch)
tree8e29d4f503b0cc88d70f6b534ff38beb809ac312 /tests/benchmarks/declarative/js/qjsengine
parent80ccf0b29624f837c1846c21551498f99726b764 (diff)
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 <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/benchmarks/declarative/js/qjsengine')
-rw-r--r--tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp b/tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp
index da5788e6fe..e9a595aa2e 100644
--- a/tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp
+++ b/tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp
@@ -46,8 +46,6 @@
Q_DECLARE_METATYPE(QJSValue)
-//TESTED_FILES=
-
class tst_QJSEngine : public QObject
{
Q_OBJECT