Fix bug that prevented test runs on Windows
This commit is contained in:
parent
fbb2eb663b
commit
161017f024
|
@ -17,7 +17,7 @@
|
|||
* along with espanso. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#![windows_subsystem = "windows"]
|
||||
#![cfg_attr(not(test), windows_subsystem = "windows")]
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
|
Loading…
Reference in New Issue
Block a user