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 463e55c commit ccc955cCopy full SHA for ccc955c
scripts/bigdecimal-property-tests
@@ -5,7 +5,7 @@
5
# Tests are defined in src/lib.tests.property-test.rs
6
#
7
8
-function enable_property_tests() {
+enable_property_tests() {
9
# enable property-test dependencies in Cargo
10
sed -i.bak -e 's|# PROPERTY-TESTS: ||' Cargo.toml
11
@@ -14,7 +14,7 @@ function enable_property_tests() {
14
}
15
16
17
-function restore_disabled_property_tests() {
+restore_disabled_property_tests() {
18
# Restore Cargo.toml with backup
19
mv Cargo.toml.bak Cargo.toml
20
mv build.rs.bak build.rs
0 commit comments