Skip to content

Commit

Permalink
Merge pull request #3273 from Sonicadvance1/enable_page_fault_test
Browse files Browse the repository at this point in the history
Enable the page fault test on targets that aren't x86_64
  • Loading branch information
phire committed Nov 19, 2015
2 parents 2ca07f3 + 1a63817 commit 6082af7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/UnitTests/Core/PageFaultTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// include order is important
#include <gtest/gtest.h> // NOLINT

#if _M_X86_64
enum
{
#ifdef _WIN32
Expand Down Expand Up @@ -78,4 +77,3 @@ TEST(PageFault, PageFault)
printf("HandleFault->end %llu ns\n", AS_NS(end - pfjit.m_post_unprotect_time));
printf("total %llu ns\n", AS_NS(end - start));
}
#endif

0 comments on commit 6082af7

Please sign in to comment.