Skip to content

Commit

Permalink
Updated test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Aug 2, 2024
1 parent 8e273f8 commit 1de50de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flatter/test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
******************************************************************************/

#include <gtest/gtest.hpp>
#include <gmock/gmock.hpp>
#include <gtest/gtest.h>
#include <gmock/gmock.h>

int main(int argc, char **argv)
{
Expand Down
2 changes: 1 addition & 1 deletion flatter/test/models_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
******************************************************************************/

#include <gtest/gtest.hpp>
#include <gtest/gtest.h>

#include <cstdlib>
#include <fstream>
Expand Down

0 comments on commit 1de50de

Please sign in to comment.