summaryrefslogtreecommitdiffstats
path: root/tests/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macros.rs')
-rw-r--r--tests/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros.rs b/tests/macros.rs
index 28b799d9..7e5958c3 100644
--- a/tests/macros.rs
+++ b/tests/macros.rs
@@ -11,7 +11,7 @@ macro_rules! rgtest {
$fun(dir, cmd);
}
}
- }
+ };
}
#[macro_export]