diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/cedet/semantic-utest.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cedet/semantic-utest.el b/test/cedet/semantic-utest.el index b50f75df996..ff62040129d 100644 --- a/test/cedet/semantic-utest.el +++ b/test/cedet/semantic-utest.el @@ -622,7 +622,7 @@ INSERTME is the text to be inserted after the deletion." ) ;look at http://mfgames.com/linux/csharp-mode -(defun semantic-utest-Csharp() ;; hmm i dont even know how to edit a scharp file. need a csharp mode implementation i suppose +(defun semantic-utest-Csharp() ;; hmm i don't even know how to edit a scharp file. need a csharp mode implementation i suppose (interactive) (if (fboundp 'csharp-mode) (semantic-utest-generic "C#" (semantic-utest-fname "csharptest.cs") semantic-utest-Csharp-buffer-contents semantic-utest-Csharp-name-contents '("fun2") "//1" "//deleted line") |