You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been struggling with this for some time. I am trying to write tests for a library that creates its own Stream child classes and I am encountering the following error:
Hi, I have been struggling with this for some time. I am trying to write tests for a library that creates its own Stream child classes and I am encountering the following error:
MWE:
platformio.ini:
lib/StreamTest/StreamTest.h
:test/test_Stream/test_Stream.cpp
:The error seems to be coming from here:
ArduinoFake/src/ArduinoFake.h
Lines 58 to 68 in cf9c596
I have changed it to
and the resulting error message is
Unfortunately, I don't know how to proceed with debugging.
The text was updated successfully, but these errors were encountered: