diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/exception.js')
-rw-r--r-- | tests/auto/declarative/qdeclarativeecmascript/data/exception.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/exception.js b/tests/auto/declarative/qdeclarativeecmascript/data/exception.js new file mode 100644 index 0000000..160bbfa --- /dev/null +++ b/tests/auto/declarative/qdeclarativeecmascript/data/exception.js @@ -0,0 +1 @@ +throw("Whoops!"); |