diff lisp/test-harness.el @ 5274:ecdd1daab447

Add an omitted comma, Check-Message, test-harness.el. lisp/ChangeLog addition: 2010-09-16 Aidan Kehoe <kehoea@parhasard.net> * test-harness.el (Check-Message): Add an omitted comma here, thank you the buildbot.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 16 Sep 2010 21:00:17 +0100
parents 0f66906b6e37
children f00192e1cd49 308d34e9f07d
line wrap: on
line diff
--- a/lisp/test-harness.el	Thu Sep 16 20:34:49 2010 +0100
+++ b/lisp/test-harness.el	Thu Sep 16 21:00:17 2010 +0100
@@ -502,7 +502,7 @@
 			       `(quote ,(car body))
 			     `(quote (progn ,@body)))))
 	  `(Skip-Test-Unless (fboundp 'defadvice) "can't defadvice"
-	    expected-message-regexp
+	    ,expected-message-regexp
 	    (let ((messages ""))
 	      (defadvice message (around collect activate)
 		(defvar messages)