Skip to content

Commit 50fb36c

Browse files
committed
Re-add the test for primitive_types
This was added in d4da6c8 ("Move testing of primitive types from std"), with cherry pick 69ce895. However, I accidentally reverted this part of the patch in 65c9072 ("added wireless struct and constants to Linux"), the cherry pick for 1ee94df. Add this back here.
1 parent 4e9c916 commit 50fb36c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc-test/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,8 @@ harness = true
8888
name = "semver"
8989
path = "test/semver.rs"
9090
harness = false
91+
92+
[[test]]
93+
name = "primitive_types"
94+
path = "test/primitive_types.rs"
95+
harness = true

0 commit comments

Comments
 (0)