fix standalone

This commit is contained in:
proddy
2025-11-22 23:05:58 +01:00
parent eb71996e6a
commit b691488240
3 changed files with 135 additions and 21 deletions

View File

@@ -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() {