summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/exceptionProducesWarning.qml
blob: acc3163837d49ebb271f0dc2784dfb8eeae2393a (plain)
1
2
3
4
5
6
7
8
import Qt 4.6
import Qt.test 1.0

MyQmlObject {
    Component.onCompleted:
        { throw(new Error("JS exception")) }
}