Skip to content

Commit 873c080

Browse files
committed
Add: Development integration test
Signed-off-by: Mark Van de Vyver <[email protected]>
1 parent f4b111a commit 873c080

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

minitrace-macro/tests/trace-dev.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#[test]
2+
fn trace_dev() {
3+
let t = trybuild::TestCases::new();
4+
t.compile_fail("tests/trace/ui/err/has-too-many-arguments.rs");
5+
// //t.pass("tests/trace/ui/ok/*.rs");
6+
}

0 commit comments

Comments
 (0)