Skip to content

Commit 32f65a8

Browse files
authored
Merge pull request #4271 from tgross35/fix-cherry-pick
[0.2] Re-add the test for `primitive_types`
2 parents 4e9c916 + 50fb36c commit 32f65a8

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)