mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
Add run-pass test for expansion info
This commit is contained in:
@@ -20,6 +20,11 @@ fn run_mode(mode: &'static str) {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn compile_test() {
|
||||
fn compile_fail() {
|
||||
run_mode("compile-fail");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn run_pass() {
|
||||
run_mode("run-pass");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user