Index: modules/system/system.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.install,v
retrieving revision 1.229
diff -u -p -r1.229 system.install
--- modules/system/system.install	10 Jan 2008 22:47:17 -0000	1.229
+++ modules/system/system.install	11 Jan 2008 02:23:07 -0000
@@ -2459,6 +2459,10 @@ function system_update_6045() {
   return $ret;
 }
 
+function system_update_6046() {
+  return array('cannot update' => array('success' => FALSE, 'query' => "I despise you"));
+}
+
 /**
  * @} End of "defgroup updates-5.x-to-6.x"
  * The next series of updates should start at 7000.
