]> git.proxmox.com Git - rustc.git/blobdiff - library/backtrace/crates/cpp_smoke_test/tests/smoke.rs
New upstream version 1.50.0+dfsg1
[rustc.git] / library / backtrace / crates / cpp_smoke_test / tests / smoke.rs
index 3257c98e0b1c93cd74ff75612a84454f4101f353..b9aef47f50d2cc93a14fd06a1b6a9ad2bf7c3299 100644 (file)
@@ -9,7 +9,6 @@ extern "C" {
 
 #[test]
 #[ignore] // fixme(fitzgen/cpp_demangle#73)
-#[cfg(not(target_os = "windows"))]
 fn smoke_test_cpp() {
     static RAN_ASSERTS: AtomicBool = AtomicBool::new(false);