summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptable/tst_qscriptable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qscriptable/tst_qscriptable.cpp')
-rw-r--r--tests/auto/qscriptable/tst_qscriptable.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qscriptable/tst_qscriptable.cpp b/tests/auto/qscriptable/tst_qscriptable.cpp
index 54ffbe9..d8ecbb5 100644
--- a/tests/auto/qscriptable/tst_qscriptable.cpp
+++ b/tests/auto/qscriptable/tst_qscriptable.cpp
@@ -46,9 +46,6 @@
#include <QtScript/qscriptengine.h>
#include <QtScript/qscriptable.h>
-//TESTED_CLASS=
-//TESTED_FILES=
-
class MyScriptable : public QObject, public QScriptable
{
Q_OBJECT