[gjs/native-registry] A test.



commit 397888fee53856f87b1e1b4a53e68ccacf39a072
Author: Evan Welsh <contact evanwelsh com>
Date:   Wed Dec 2 17:08:23 2020 -0600

    A test.

 gjs/global.cpp | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gjs/global.cpp b/gjs/global.cpp
index 8097ebbc..2c9d5c26 100644
--- a/gjs/global.cpp
+++ b/gjs/global.cpp
@@ -444,6 +444,7 @@ bool gjs_define_global_properties(JSContext* cx, JS::HandleObject global,
                                                         bootstrap_script);
     }
 
+    g_assert(true && "I'm testing you!");
     // Global type does not handle define_properties
     g_assert_not_reached();
     return false;


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