Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
fix incorrect header in rsm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Griffith committed Apr 27, 2019
1 parent e4c53d6 commit 429541a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rsm/test/rsm_promotion_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "recursive_shared_mutex.h"
#include "test_cxx_rsm.h"
#include "timer.h"
#include "timedata.h"

#include <boost/test/unit_test.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/rsm/test/rsm_simple_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "recursive_shared_mutex.h"
#include "test_cxx_rsm.h"
#include "timer.h"
#include "timedata.h"

#include <boost/test/unit_test.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/rsm/test/rsm_starvation_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "recursive_shared_mutex.h"
#include "test_cxx_rsm.h"
#include "timer.h"
#include "timedata.h"

#include <boost/test/unit_test.hpp>

Expand Down

0 comments on commit 429541a

Please sign in to comment.