gnome-games r7246 - trunk/aisleriot



Author: chpe
Date: Wed Jan 16 13:25:12 2008
New Revision: 7246
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7246&view=rev

Log:
Use div-by-0 to generate the test exception.


Modified:
   trunk/aisleriot/game.c

Modified: trunk/aisleriot/game.c
==============================================================================
--- trunk/aisleriot/game.c	(original)
+++ trunk/aisleriot/game.c	Wed Jan 16 13:25:12 2008
@@ -2037,7 +2037,7 @@
 void
 aisleriot_game_generate_exception (AisleriotGame *game)
 {
-  cscmi_eval_string ("(how-about-a-nice-crash?)");
+  cscmi_eval_string ("(/ 1 0)");
 }
 
 /**



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