1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix failing Self tests task on the windows-msvc job 2

This commit is contained in:
Delyan Angelov 2021-06-16 12:44:55 +03:00
parent ed0af3fd88
commit 9dff3c36a6
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -20,7 +20,7 @@ fn resource__null() &IAbc {
fn test_fn_returning_voidptr_casted_as_interface_works() {
pi := resource__null()
$if !msvc {
$if msvc {
// TODO: understand the root reason why msvc produces something like `&IAbc(e42aff650)` here
assert f(pi).contains('&IAbc(')
} $else {