Fix bug that prevented test runs on Windows

This commit is contained in:
Federico Terzi 2020-08-15 19:34:30 +02:00
parent fbb2eb663b
commit 161017f024

View File

@ -17,7 +17,7 @@
* along with espanso. If not, see <https://www.gnu.org/licenses/>. * along with espanso. If not, see <https://www.gnu.org/licenses/>.
*/ */
#![windows_subsystem = "windows"] #![cfg_attr(not(test), windows_subsystem = "windows")]
#[macro_use] #[macro_use]
extern crate lazy_static; extern crate lazy_static;