rustc/vendor/merge/tests/compile.rs
2020-11-10 17:01:33 +00:00

10 lines
242 B
Rust

// SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
// SPDX-License-Identifier: Apache-2.0 or MIT
#[test]
#[ignore]
fn test_compile_fail() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/compile/*.rs");
}