mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 04:00:02 +02:00
[apps/Calculation] Fix forgotten namespace
This commit is contained in:
@@ -51,7 +51,7 @@ QUIZ_CASE(calculation_store) {
|
||||
}
|
||||
|
||||
QUIZ_CASE(calculation_display_exact_approximate) {
|
||||
GlobalContext globalContext;
|
||||
Shared::GlobalContext globalContext;
|
||||
CalculationStore store;
|
||||
|
||||
store.push("1+3/4", &globalContext);
|
||||
|
||||
Reference in New Issue
Block a user