Merge pull request #489 from Byron/master

fix(header): exporting test_header! macro
This commit is contained in:
Sean McArthur
2015-04-30 10:49:42 -07:00

View File

@@ -95,6 +95,7 @@ macro_rules! deref(
} }
); );
#[macro_export]
macro_rules! test_header { macro_rules! test_header {
($id:ident, $raw:expr) => { ($id:ident, $raw:expr) => {
#[test] #[test]