From 400a4dafdb2a38996aa0796aec4f10733e0266e2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 10 Jun 2018 17:36:11 +0200 Subject: [PATCH] Revert unit test breakage This hunk was accidentally committed ahead of time! --- core/core-dispatcher.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-dispatcher.el b/core/core-dispatcher.el index f30e5aafd..0db531811 100644 --- a/core/core-dispatcher.el +++ b/core/core-dispatcher.el @@ -173,7 +173,7 @@ respectively." (def-dispatcher! test "Run Doom unit tests." - (require 'core-unit-tests) + (load! "autoload/test") (doom//run-tests args)) (def-dispatcher! info