[vala/0.52] tests: Add "no error type in catch" tests to increase coverage
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.52] tests: Add "no error type in catch" tests to increase coverage
- Date: Sun, 24 Oct 2021 13:13:07 +0000 (UTC)
commit 9b1bf7a95319cf768ea8fe750a368c3824d27aef
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Oct 23 15:27:12 2021 +0200
tests: Add "no error type in catch" tests to increase coverage
tests/Makefile.am | 1 +
tests/errors/catch-no-error-type.test | 7 +++++++
2 files changed, 8 insertions(+)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8bd6584a2..fb5f4f3a1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -622,6 +622,7 @@ TESTS = \
objects/with-nested-unambigous-signal.vala \
errors/catch-error-code.vala \
errors/catch-in-finally.vala \
+ errors/catch-no-error-type.test \
errors/default-gtype.vala \
errors/errors.vala \
errors/errorcode.vala \
diff --git a/tests/errors/catch-no-error-type.test b/tests/errors/catch-no-error-type.test
new file mode 100644
index 000000000..89df9b5ff
--- /dev/null
+++ b/tests/errors/catch-no-error-type.test
@@ -0,0 +1,7 @@
+Invalid Code
+
+void main () {
+ try {
+ } catch (int e) {
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]