summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-03 21:06:46 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-03 22:10:47 +0100
commit45847a2b9b91ae8e29c1c9d70c6798c0700a1ed7 (patch)
tree04387105a7be20b4a7f980e7fff34d3756bc7eb9
parent91112ead917c96b533685701de64d025bd00769d (diff)
downloadccache-45847a2b9b91ae8e29c1c9d70c6798c0700a1ed7.tar.gz
test: Remove left-over fi statement
-rw-r--r--test/suites/profiling_gcc.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suites/profiling_gcc.bash b/test/suites/profiling_gcc.bash
index 6552f00e..f83aeaf1 100644
--- a/test/suites/profiling_gcc.bash
+++ b/test/suites/profiling_gcc.bash
@@ -163,5 +163,4 @@ SUITE_profiling_gcc() {
expect_stat direct_cache_hit 4
expect_stat cache_miss 3
fi
-fi
}