mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Fix CI (#115)
This commit is contained in:
@@ -63,7 +63,7 @@ QUIZ_CASE(variable_box_controller) {
|
||||
};
|
||||
// FIXME This test does not load imported variables for now
|
||||
assert_variables_are(
|
||||
"\x01 from math import *\nfroo=3",
|
||||
"\x01\x01 from math import *\nfroo=3",
|
||||
"fr",
|
||||
expectedVariables,
|
||||
sizeof(expectedVariables) / sizeof(const char *));
|
||||
|
||||
Reference in New Issue
Block a user