branch: externals/csharp-mode commit 8e8c8049c98aa75772eaad1ccafdd013b92baeed Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Fix test. --- csharp-mode-tests.el | 2 +- test-files/{test.cs => fontification-test.cs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp-mode-tests.el b/csharp-mode-tests.el index 5ab0a45..0662b6f 100644 --- a/csharp-mode-tests.el +++ b/csharp-mode-tests.el @@ -30,7 +30,7 @@ (ert-deftest fontification-of-literals-detects-end-of-strings () ;; this test needs a double which also writes and generates the actual ;; test-content itself by inserting into a new temp buffer. - (let* ((buffer (find-file-read-only "d:/Throwaway/test.cs"))) + (let* ((buffer (find-file-read-only "test-files/fontification-test.cs"))) ;; double-ensure mode is active (csharp-mode) (goto-char (point-min)) diff --git a/test-files/test.cs b/test-files/fontification-test.cs similarity index 100% rename from test-files/test.cs rename to test-files/fontification-test.cs