summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-10-01 17:36:47 +0100
committerw0rp <devw0rp@gmail.com>2017-10-01 17:36:47 +0100
commit5731616cd27c6000a0ee788611b9299eebb9cf7f (patch)
tree58dac95a1b1f074700868d02ebce96a2de2ff531 /test
parentc76f721b590c02f5b9a17927dc93474d5187f5ed (diff)
downloadale-5731616cd27c6000a0ee788611b9299eebb9cf7f.zip
Get the mcsc handler tests to pass on Windows
Diffstat (limited to 'test')
-rw-r--r--test/handler/test_mcsc_handler.vader6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/handler/test_mcsc_handler.vader b/test/handler/test_mcsc_handler.vader
index a65185ca..5f4c133c 100644
--- a/test/handler/test_mcsc_handler.vader
+++ b/test/handler/test_mcsc_handler.vader
@@ -19,21 +19,21 @@ Execute(The mcs handler should handle cannot find symbol errors):
\ 'col' : 29,
\ 'text': 'error CS1001: ; expected',
\ 'type': 'E',
- \ 'filename': '/home/foo/project/bar/Test.cs'
+ \ 'filename': ale#path#Winify('/home/foo/project/bar/Test.cs', 'add_drive'),
\ },
\ {
\ 'lnum': 101,
\ 'col': 0,
\ 'text': 'error CS1028: Unexpected processor directive (no #if for this #endif)',
\ 'type': 'E',
- \ 'filename': '/home/foo/project/bar/Test.cs'
+ \ 'filename': ale#path#Winify('/home/foo/project/bar/Test.cs', 'add_drive'),
\ },
\ {
\ 'lnum': 10,
\ 'col': 12,
\ 'text': 'warning CS0123: some warning',
\ 'type': 'W',
- \ 'filename': '/home/foo/project/bar/Test.cs'
+ \ 'filename': ale#path#Winify('/home/foo/project/bar/Test.cs', 'add_drive'),
\ },
\ ],
\ ale_linters#cs#mcsc#Handle(347, [