summaryrefslogtreecommitdiff
path: root/rust-mode-tests.el
diff options
context:
space:
mode:
authorgamazeps <gamaz3ps@gmail.com>2014-09-23 17:24:46 +0200
committergamazeps <gamaz3ps@gmail.com>2014-09-29 18:14:28 +0200
commitefbc8101fe398ca52fdbd78d353aeac45cda3494 (patch)
tree39374598ac74f17300b47084fd39415f6497331a /rust-mode-tests.el
parent7cb68f71bccffaa40c6c7ad296fdf97c72839985 (diff)
downloadrust-mode-efbc8101fe398ca52fdbd78d353aeac45cda3494.tar.gz
Replaced some TODO by FIXME
closes #17478
Diffstat (limited to 'rust-mode-tests.el')
-rw-r--r--rust-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index 85800a6..1b6794e 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -623,7 +623,7 @@ Convert the line-column information from that list into a buffer position value.
(move-to-column column)
(point))))
-;;; TODO: Maybe add an ERT explainer function (something that shows the
+;;; FIXME: Maybe add an ERT explainer function (something that shows the
;;; surrounding code of the final point, not just the position).
(defun rust-test-motion (source-code init-pos final-pos manip-func &optional &rest args)
"Test that MANIP-FUNC moves point from INIT-POS to FINAL-POS.