mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
fix standalone
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "core/shuntingYard.h"
|
||||
|
||||
void run_shuntingYard_test(const std::string & expected, const std::string & actual) {
|
||||
TEST_ASSERT_EQUAL_STRING(expected.c_str(), compute(actual).c_str());
|
||||
TEST_ASSERT_EQUAL_STRING(expected.c_str(), emsesp::compute(actual).c_str());
|
||||
}
|
||||
|
||||
void shuntingYard_test1() {
|
||||
|
||||
Reference in New Issue
Block a user