summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/f90-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/f90-tests.el')
-rw-r--r--test/lisp/progmodes/f90-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/f90-tests.el b/test/lisp/progmodes/f90-tests.el
index 3cd7392bbc4..b1642388413 100644
--- a/test/lisp/progmodes/f90-tests.el
+++ b/test/lisp/progmodes/f90-tests.el
@@ -98,7 +98,7 @@ end subroutine test")
(insert "(/ x /)")
(f90-do-auto-fill)
(beginning-of-line)
- (skip-chars-forward "[ \t]")
+ (skip-chars-forward " \t")
(should (equal "&(/" (buffer-substring (point) (+ 3 (point)))))))
;; TODO bug#5593