Skip to content

Commit

Permalink
Allow tests which require advised functions to fail with Emacs <24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Sep 5, 2019
1 parent 67981be commit 7104dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d-mode-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ is expected to succeed, and nil otherwise."
(d-test-deftest i0039 "tests/I0039.d" (version< "24.4" emacs-version))
(d-test-deftest i0049 "tests/I0049.d" t)
(d-test-deftest i0054 "tests/I0054.d" t)
(d-test-deftest i0058 "tests/I0058.d" t)
(d-test-deftest i0058 "tests/I0058.d" (version< "24.4" emacs-version))
(d-test-deftest i0064 "tests/I0064.d" t)
(d-test-deftest i0067 "tests/I0067.d" t)
(d-test-deftest i0067 "tests/I0067.d" (version< "24.4" emacs-version))
(d-test-deftest i0069 "tests/I0069.txt" t)
(d-test-deftest i0070 "tests/I0070.d" t)
(d-test-deftest i0072 "tests/I0072.txt" t)
Expand Down

0 comments on commit 7104dc8

Please sign in to comment.