mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix windows test
This commit is contained in:
parent
3344111a03
commit
7bc5cfc53a
@ -20,7 +20,7 @@ fn (p mut Parser) string_expr() {
|
||||
*/
|
||||
|
||||
if (p.calling_c && p.peek() != .dot) || is_cstr || (p.pref.translated && p.mod == 'main') {
|
||||
if p.os == .windows {
|
||||
if p.os == .windows && p.mod == 'ui' {
|
||||
p.gen('L"$f"')
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user