mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-24 00:10:15 +00:00
Ignore .sh-requiring tests on Windows
This commit is contained in:
parent
d54cc9b5bc
commit
286b19f3da
@ -86,6 +86,7 @@ fn test_simple_precedence() {
|
||||
|
||||
/// Test expressions from rustc, like in `test_round_trip`.
|
||||
#[test]
|
||||
#[cfg_attr(target_os = "windows", ignore = "requires nix .sh")]
|
||||
fn test_rustc_precedence() {
|
||||
common::clone_rust();
|
||||
let abort_after = common::abort_after();
|
||||
|
@ -34,6 +34,7 @@ mod common;
|
||||
use common::eq::SpanlessEq;
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(target_os = "windows", ignore = "requires nix .sh")]
|
||||
fn test_round_trip() {
|
||||
common::clone_rust();
|
||||
let abort_after = common::abort_after();
|
||||
|
Loading…
Reference in New Issue
Block a user