mirror of https://github.com/buggins/dlangide.git
fix Travis CI unittest
This commit is contained in:
parent
ddc5a569e8
commit
bc7041530d
|
@ -66,6 +66,9 @@ extern (C) int UIAppMain(string[] args) {
|
|||
//version(USE_GDB_DEBUG) {
|
||||
// debuggerTestGDB();
|
||||
//}
|
||||
version(unittest) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// create window
|
||||
Window window = Platform.instance.createWindow("Dlang IDE", null, WindowFlag.Resizable, 900, 730);
|
||||
|
|
Loading…
Reference in New Issue