summaryrefslogtreecommitdiff
path: root/tests/auto/language/testdata/delayed-error/modules/m/m.qbs
blob: 8529f47a4901370400e3a65f73725f9408a8091e (plain)
1
2
3
4
5
import qbs

Module {
    validate: { throw "Validation error!"; }
}