aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/switch.c
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-19 17:43:45 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-20 11:25:51 +0100
commit9c188dcb35c031978b940db7ab1e4497589e160b (patch)
tree4e20660c7bf91c85c8b8e3a93c0d62b62e259cf9 /validation/backend/switch.c
parent25dbd228c11410218242e585c598697005c707ea (diff)
downloadsparse-dev-9c188dcb35c031978b940db7ab1e4497589e160b.tar.gz
testsuite: fix: remove unneeded './' before commands
Some testcases have their command specified as './<command name>' but the './' part is unneeded as all commands are first prefixed with '../' before being run. Furthermore, the presence of these './' inhibit simple filtering of the disabled commands. Fix this by stripping the './' where it was used. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/backend/switch.c')
-rw-r--r--validation/backend/switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/switch.c b/validation/backend/switch.c
index d77250cc..499b5e3c 100644
--- a/validation/backend/switch.c
+++ b/validation/backend/switch.c
@@ -244,5 +244,5 @@ int switch_cmov(int a)
/*
* check-name: llvm-switch
- * check-command: ./sparsec -Wno-decl -c $file -o tmp.o
+ * check-command: sparsec -Wno-decl -c $file -o tmp.o
*/