fix windows test

pull/3321/head
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.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"') p.gen('L"$f"')
} }
else { else {