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.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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user