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

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