summaryrefslogtreecommitdiffstats
path: root/test/theme-parser-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/theme-parser-test.c')
-rw-r--r--test/theme-parser-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/theme-parser-test.c b/test/theme-parser-test.c
index c413258f..9aa3c4c7 100644
--- a/test/theme-parser-test.c
+++ b/test/theme-parser-test.c
@@ -1456,7 +1456,7 @@ START_TEST(test_prepare_math_modulo) {
widget wid;
wid.name = "window";
wid.state = "";
- rofi_theme_parse_string("window { width: calc( 255 % 4 % 3 % );}");
+ rofi_theme_parse_string("window { width: calc( 255 modulo 4 modulo 5 );}");
ck_assert_ptr_nonnull(rofi_theme);
// ck_assert_ptr_null ( rofi_theme->widgets );
ck_assert_ptr_null(rofi_theme->properties);