We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f2326 commit b07d175Copy full SHA for b07d175
library/std/src/sys/unix/os/tests.rs
@@ -1,12 +1,14 @@
1
use super::*;
2
3
#[test]
4
+#[cfg(not(target_os = "vxworks"))]
5
fn test_glibc_version() {
6
// This mostly just tests that the weak linkage doesn't panic wildly...
7
glibc_version();
8
}
9
10
11
12
fn test_parse_glibc_version() {
13
let cases = [
14
("0.0", Some((0, 0))),
0 commit comments