From e7acf8900c9f04ba604b444f7461eecb4a08adc7 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 14 Feb 2020 23:20:30 +0100 Subject: [PATCH] Fix unit tests --- SourceT/appfat_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceT/appfat_test.cpp b/SourceT/appfat_test.cpp index 1f3e59c76..7adebb6e4 100644 --- a/SourceT/appfat_test.cpp +++ b/SourceT/appfat_test.cpp @@ -1,5 +1,5 @@ #include -#include "devilution.h" +#include "all.h" TEST(Appfat, app_fatal) { EXPECT_EXIT(dvl::app_fatal("test"), ::testing::ExitedWithCode(1), "test");