adjust span-api-tests.rs

This commit is contained in:
Mazdak Farrokhzad
2020-02-10 17:38:51 +01:00
parent 192d134e80
commit b3bc427228
+2 -2
View File
@@ -11,7 +11,7 @@
extern crate span_api_tests;
use span_api_tests::{reemit, assert_fake_source_file, assert_source_file, macro_stringify};
use span_api_tests::{reemit, assert_source_file, macro_stringify};
macro_rules! say_hello {
($macname:ident) => ( $macname! { "Hello, world!" })
@@ -25,7 +25,7 @@ macro_rules! say_hello {
assert_source_file! { "Hello, world!" }
}
say_hello_extern! { assert_fake_source_file }
say_hello_extern! { assert_source_file }
reemit! {
assert_source_file! { "Hello, world!" }