[vala/staging: 3/3] tests: Make "/errors/errors" test fatal
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 3/3] tests: Make "/errors/errors" test fatal
- Date: Mon, 29 Oct 2018 16:20:28 +0000 (UTC)
commit dc5fcf016f63bf7967a2540118cdde0b9159247d
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Oct 29 17:17:36 2018 +0100
tests: Make "/errors/errors" test fatal
tests/errors/errors.vala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/errors/errors.vala b/tests/errors/errors.vala
index 27f42f974..fb29c7c7c 100644
--- a/tests/errors/errors.vala
+++ b/tests/errors/errors.vala
@@ -11,7 +11,7 @@ class Maman.Bar : Object {
throw new BarError.FOO (" 8");
- stdout.printf (" BAD");
+ assert_not_reached ();
}
public int bad () throws BarError {
@@ -19,7 +19,7 @@ class Maman.Bar : Object {
foo ();
- stdout.printf (" BAD");
+ assert_not_reached ();
return 0;
}
@@ -42,7 +42,7 @@ class Maman.Bar : Object {
good ();
- stdout.printf (" BAD");
+ assert_not_reached ();
} catch (BarError e) {
stdout.printf (" 7");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]