fix(header): exporting test_header! macro

That way, third-parties can keep using the `header!` macro, which
now requires the `test_header!` macro as well.

Considering the `header!` macro is exported and part of the public
API, it was not desired to prevent it's usage in any way.
This commit is contained in:
Sebastian Thiel
2015-04-30 11:05:21 +02:00
parent 06d072bca1
commit 2bc5a779bd

View File

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