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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-unit-test/src/main.rs b/examples/example-unit-test/src/main.rs
index 140df90..29ff9da 100644
--- a/examples/example-unit-test/src/main.rs
+++ b/examples/example-unit-test/src/main.rs
@@ -65,7 +65,7 @@ mod tests {
// --------- IMPORTANT ---------
}
-dispatcher!("hello", CMDHello => EntryHello);
+dispatcher!("hello", EntryHello);
pack!(ErrorNoNameProvided = ());
pack!(ErrorNameTooLong = u16);