Skip to content

Commit

Permalink
Merge pull request #489 from Byron/master
Browse files Browse the repository at this point in the history
fix(header): exporting test_header! macro
  • Loading branch information
seanmonstar committed Apr 30, 2015
2 parents 06d072b + 2bc5a77 commit 92ee51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/header/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ macro_rules! deref(
}
);

#[macro_export]
macro_rules! test_header {
($id:ident, $raw:expr) => {
#[test]
Expand Down

0 comments on commit 92ee51a

Please sign in to comment.