aboutsummaryrefslogtreecommitdiff
path: root/examples/example-unit-test/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-unit-test/src')
-rw-r--r--examples/example-unit-test/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example-unit-test/src/main.rs b/examples/example-unit-test/src/main.rs
index d0e1b90..ca7ac25 100644
--- a/examples/example-unit-test/src/main.rs
+++ b/examples/example-unit-test/src/main.rs
@@ -11,6 +11,7 @@ use mingling::prelude::*;
#[cfg(test)]
mod tests {
use super::*;
+ use mingling::macros::entry;
use mingling::{assert_member_id, assert_render_result};
// --------- IMPORTANT ---------