Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Oct 21, 2019
1 parent c19dcd0 commit 081b929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/macro_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#[rustversion::attr(stable(1.35.0), cfg_attr(not(feature = "web_test"), test))]
fn tests() {
let t = trybuild::TestCases::new();

t.pass("tests/macro/html-block-pass.rs");
t.compile_fail("tests/macro/html-block-fail.rs");

Expand Down

0 comments on commit 081b929

Please sign in to comment.