diff options
Diffstat (limited to 'tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml')
-rw-r--r-- | tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml b/tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml deleted file mode 100644 index acc3163..0000000 --- a/tests/auto/declarative/qmlecmascript/data/exceptionProducesWarning.qml +++ /dev/null @@ -1,8 +0,0 @@ -import Qt 4.6 -import Qt.test 1.0 - -MyQmlObject { - Component.onCompleted: - { throw(new Error("JS exception")) } -} - |