diff options
author | flow <flowlnlnln@gmail.com> | 2022-07-02 17:50:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 17:50:08 -0300 |
commit | fb75c23f4e63077e12ca6821f66c1a55158e5d12 (patch) | |
tree | 5a3c5b6078f6acc43cfb354e1c235e80a4c21d7f /launcher/GZip_test.cpp | |
parent | 7f22994f6889706ba667baca32968787fe86ad44 (diff) | |
parent | 3d0740f80e8d2d1bd0f83c914b53d074d73e7c97 (diff) | |
download | PrismLauncher-fb75c23f4e63077e12ca6821f66c1a55158e5d12.tar.gz PrismLauncher-fb75c23f4e63077e12ca6821f66c1a55158e5d12.tar.bz2 PrismLauncher-fb75c23f4e63077e12ca6821f66c1a55158e5d12.zip |
Merge pull request #784 from Scrumplex/refactor-cmake
Refactor tests
Diffstat (limited to 'launcher/GZip_test.cpp')
-rw-r--r-- | launcher/GZip_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/GZip_test.cpp b/launcher/GZip_test.cpp index 3f4d181c..73859fbc 100644 --- a/launcher/GZip_test.cpp +++ b/launcher/GZip_test.cpp @@ -1,5 +1,4 @@ #include <QTest> -#include "TestUtil.h" #include "GZip.h" #include <random> |