diff options
| author | Nathan Moreau <nathan.moreau@m4x.org> | 2019-10-27 02:40:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-27 02:40:32 +0100 |
| commit | 484d6754c51424e3b49461d54cfeac8fc05993b5 (patch) | |
| tree | 17bbd45a62f847c4eadd18353ea6943167698e3a /rust-mode-tests.el | |
| parent | 5ad9b599c6beea43d6262c3ad81d95512a7e53b8 (diff) | |
| download | rust-mode-484d6754c51424e3b49461d54cfeac8fc05993b5.tar.gz | |
Adding GitHub actions.
Diffstat (limited to 'rust-mode-tests.el')
| -rw-r--r-- | rust-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el index 9d4e6b6..3252b6a 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -3140,7 +3140,7 @@ impl Two<'a> { (when (executable-find rust-cargo-bin) (ert-deftest rust-test-project-located () - (lexical-let* ((test-dir (expand-file-name "test-project" default-directory)) + (lexical-let* ((test-dir (expand-file-name "test-project/" default-directory)) (manifest-file (expand-file-name "Cargo.toml" test-dir))) (let ((default-directory test-dir)) (should (equal (expand-file-name (rust-buffer-project)) manifest-file)))))) |
