1
0
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:
Alexander Medvednikov 2020-01-04 00:24:30 +01:00
parent 3344111a03
commit 7bc5cfc53a
2 changed files with 1 additions and 1 deletions

View File

@ -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 {