aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fish_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fish_tests.cpp')
-rw-r--r--src/fish_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fish_tests.cpp b/src/fish_tests.cpp
index d0be5805..8bf58e1e 100644
--- a/src/fish_tests.cpp
+++ b/src/fish_tests.cpp
@@ -3963,6 +3963,6 @@ int main(int argc, char **argv) {
proc_destroy();
if (err_count != 0) {
- return (1);
+ return 1;
}
}