diff options
Diffstat (limited to 'tests/math_flow.rs')
-rw-r--r-- | tests/math_flow.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/math_flow.rs b/tests/math_flow.rs index b3ce669..18795ab 100644 --- a/tests/math_flow.rs +++ b/tests/math_flow.rs @@ -14,11 +14,11 @@ fn math_flow() -> Result<(), String> { constructs: Constructs { math_text: true, math_flow: true, - ..Constructs::default() + ..Default::default() }, - ..ParseOptions::default() + ..Default::default() }, - ..Options::default() + ..Default::default() }; assert_eq!( |