Skip to content

Commit ccc955c

Browse files
committed
Fix function definitions in scripts/bigdecimal-property-tests
1 parent 463e55c commit ccc955c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bigdecimal-property-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Tests are defined in src/lib.tests.property-test.rs
66
#
77

8-
function enable_property_tests() {
8+
enable_property_tests() {
99
# enable property-test dependencies in Cargo
1010
sed -i.bak -e 's|# PROPERTY-TESTS: ||' Cargo.toml
1111

@@ -14,7 +14,7 @@ function enable_property_tests() {
1414
}
1515

1616

17-
function restore_disabled_property_tests() {
17+
restore_disabled_property_tests() {
1818
# Restore Cargo.toml with backup
1919
mv Cargo.toml.bak Cargo.toml
2020
mv build.rs.bak build.rs

0 commit comments

Comments
 (0)