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

Revert "cgen: fix sumtype as cast with calling twice (fix #17156) (#17183)"

This reverts commit 90ae3c82c9.
This commit is contained in:
Delyan Angelov
2023-02-02 10:49:15 +02:00
parent 90ae3c82c9
commit 6572d597f9
3 changed files with 16 additions and 75 deletions

View File

@ -230,7 +230,6 @@ const (
'do_not_remove',
'vlib/v/tests/const_fixed_array_containing_references_to_itself_test.v', // error C2099: initializer is not a constant
'vlib/v/tests/const_and_global_with_same_name_test.v', // error C2099: initializer is not a constant
'vlib/v/tests/sumtype_as_cast_test.v', // error: Compound statement expression cannot support
]
skip_on_windows = [
'do_not_remove',