[epiphany/mcatanzaro/ci-weirdness] test test




commit ece71c285909d086632551c8eefc000d08d45ae1
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Aug 24 17:35:52 2022 -0500

    test test

 tests/ephy-embed-shell-test.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/tests/ephy-embed-shell-test.c b/tests/ephy-embed-shell-test.c
index a3107dac9..5eacfc310 100644
--- a/tests/ephy-embed-shell-test.c
+++ b/tests/ephy-embed-shell-test.c
@@ -18,7 +18,16 @@
  *  along with Epiphany.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifdef G_DISABLE_ASSERT
+#error "assert disabled at top of file"
+#endif
+
 #include "config.h"
+
+#ifdef G_DISABLE_ASSERT
+#error "assert disabled after config.h"
+#endif
+
 #include "ephy-debug.h"
 #include "ephy-embed.h"
 #include "ephy-embed-prefs.h"
@@ -30,6 +39,10 @@
 #include <glib.h>
 #include <gtk/gtk.h>
 
+#ifdef G_DISABLE_ASSERT
+#error "assert disabled after other includes"
+#endif
+
 static void
 web_view_created_cb (EphyEmbedShell *shell,
                      EphyWebView    *view,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]