diff --git a/lazproj/test/src/runnable_console.d b/lazproj/test/src/runnable_console.d index 61875b2d..fe541fe9 100644 --- a/lazproj/test/src/runnable_console.d +++ b/lazproj/test/src/runnable_console.d @@ -14,10 +14,11 @@ void main(string args[]) { import std.process; // + string prgname; version(Windows) - string prgname = "cmd"; + prgname = "cmd"; /*else - version(linux) string prgname = "xterm";*/ + version(linux) prgname = "xterm";*/ else assert(0, "unsupported target"); //