summaryrefslogtreecommitdiff
path: root/test/handler/test_rust_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_rust_handler.vader')
-rw-r--r--test/handler/test_rust_handler.vader10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/handler/test_rust_handler.vader b/test/handler/test_rust_handler.vader
index a1481036..05bd1e94 100644
--- a/test/handler/test_rust_handler.vader
+++ b/test/handler/test_rust_handler.vader
@@ -110,7 +110,7 @@ Execute(The Rust handler should handle cargo output):
\ 'byte_start': 11505,
\ 'column_end': 8,
\ 'column_start': 5,
- \ 'file_name': ale#path#Winify('src/playpen.rs'),
+ \ 'file_name': ale#path#Simplify('src/playpen.rs'),
\ 'is_primary': v:true,
\ 'label': v:null,
\ 'line_end': 15,
@@ -130,7 +130,7 @@ Execute(The Rust handler should handle cargo output):
\ 'byte_start': 11494,
\ 'column_end': 10,
\ 'column_start': 7,
- \ 'file_name': ale#path#Winify('src/playpen.rs'),
+ \ 'file_name': ale#path#Simplify('src/playpen.rs'),
\ 'is_primary': v:true,
\ 'label': v:null,
\ 'line_end': 13,
@@ -174,7 +174,7 @@ Execute(The Rust handler should should errors from expansion spans):
\ 'byte_start': 1,
\ 'column_end': 1,
\ 'column_start': 1,
- \ 'file_name': ale#path#Winify('src/other.rs'),
+ \ 'file_name': ale#path#Simplify('src/other.rs'),
\ 'is_primary': v:true,
\ 'label': 'some other error',
\ 'line_end': 4,
@@ -185,7 +185,7 @@ Execute(The Rust handler should should errors from expansion spans):
\ 'byte_start': 52,
\ 'column_end': 23,
\ 'column_start': 21,
- \ 'file_name': ale#path#Winify('src/playpen.rs'),
+ \ 'file_name': ale#path#Simplify('src/playpen.rs'),
\ 'is_primary': v:true,
\ 'label': 'expected bool, found integral variable',
\ 'line_end': 4,
@@ -227,7 +227,7 @@ Execute(The Rust handler should show detailed errors):
\ 'column_end': 23,
\ 'column_start': 21,
\ 'expansion': v:null,
- \ 'file_name': ale#path#Winify('src/playpen.rs'),
+ \ 'file_name': ale#path#Simplify('src/playpen.rs'),
\ 'is_primary': v:true,
\ 'label': 'expected bool, found integral variable',
\ 'line_end': 4,