aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/automated/vc-tests.el4
-rw-r--r--test/cedet/srecode-tests.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/automated/vc-tests.el b/test/automated/vc-tests.el
index e83eb85c0fe..4d9aefad7fb 100644
--- a/test/automated/vc-tests.el
+++ b/test/automated/vc-tests.el
@@ -331,8 +331,8 @@ For backends which dont support it, `vc-not-supported' is signalled."
331 331
332 (let ((tmp-name (expand-file-name "foo" default-directory))) 332 (let ((tmp-name (expand-file-name "foo" default-directory)))
333 ;; Check for initial state, should be nil until it's registered. 333 ;; Check for initial state, should be nil until it's registered.
334 ;; Don't pass the backend explictly, otherwise some implementations 334 ;; Don't pass the backend explicitly, otherwise some
335 ;; return non-nil. 335 ;; implementations return non-nil.
336 (should (null (vc-working-revision tmp-name))) 336 (should (null (vc-working-revision tmp-name)))
337 337
338 ;; Write a new file. Check state. 338 ;; Write a new file. Check state.
diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el
index 423df72d5ac..f7529ecb5e3 100644
--- a/test/cedet/srecode-tests.el
+++ b/test/cedet/srecode-tests.el
@@ -272,7 +272,7 @@ Dump out the extracted dictionary."
272 (not (semantic-tag-of-class-p fcn-in 'function))) 272 (not (semantic-tag-of-class-p fcn-in 'function)))
273 (error "No tag of class 'function to insert comment for")) 273 (error "No tag of class 'function to insert comment for"))
274 274
275 (let ((lextok (semantic-documentation-comment-preceeding-tag fcn-in 'lex)) 275 (let ((lextok (semantic-documentation-comment-preceding-tag fcn-in 'lex))
276 ) 276 )
277 277
278 (when (not lextok) 278 (when (not lextok)