diff options
Diffstat (limited to 'mingling_core/tests/test-structural-renderer')
| -rw-r--r-- | mingling_core/tests/test-structural-renderer/tests/integration.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_core/tests/test-structural-renderer/tests/integration.rs b/mingling_core/tests/test-structural-renderer/tests/integration.rs index 0bcf53a..e4057f8 100644 --- a/mingling_core/tests/test-structural-renderer/tests/integration.rs +++ b/mingling_core/tests/test-structural-renderer/tests/integration.rs @@ -74,3 +74,6 @@ fn test_render_ron() { assert!(output.contains("value:")); assert!(output.contains("42")); } + +mingling::macros::gen_program!(); + |
