We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecad24 commit 96e8ed0Copy full SHA for 96e8ed0
test/core/InstructionDecoderTest.cpp
@@ -17,7 +17,7 @@ std::shared_ptr<T> ptr(fakeit::Mock<T> &mock) {
17
18
TEST_SUITE("InstructionDecoderTest") {
19
20
-#ifndef _WIN32
+#ifndef _MSC_VER
21
TEST_CASE("should call the correct control lines for the different instruction steps") {
22
fakeit::Mock<MemoryAddressRegister> marMock;
23
fakeit::Mock<ProgramCounter> pcMock;
@@ -471,7 +471,7 @@ TEST_SUITE("InstructionDecoderTest") {
471
472
#else
473
TEST_CASE("windows no op") {
474
- // This test does not work on Windows due to multiple inheritance issues
+ // This test does not work with Microsoft C/C++ compiler due to multiple inheritance issues
475
}
476
#endif
477
0 commit comments