diff options
Diffstat (limited to 'tests/unit/unittest/projectupdater-test.cpp')
-rw-r--r-- | tests/unit/unittest/projectupdater-test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/unittest/projectupdater-test.cpp b/tests/unit/unittest/projectupdater-test.cpp index 21ee3f5781e..494eed57139 100644 --- a/tests/unit/unittest/projectupdater-test.cpp +++ b/tests/unit/unittest/projectupdater-test.cpp @@ -351,7 +351,6 @@ TEST_F(ProjectUpdater, ToolChainArguments) ASSERT_THAT(arguments, ElementsAre(QString{"-m32"}, - QString{"-fPIC"}, QString{"extraflags"}, QString{"-include"}, QString{"config.h"})); |