aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/pointer-cmp.c
diff options
Diffstat (limited to 'validation/backend/pointer-cmp.c')
-rw-r--r--validation/backend/pointer-cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/pointer-cmp.c b/validation/backend/pointer-cmp.c
index d1eec0ed..7e0d8d7d 100644
--- a/validation/backend/pointer-cmp.c
+++ b/validation/backend/pointer-cmp.c
@@ -8,5 +8,5 @@ int cmpnptr(int *x, long y) { return x == (int*)y; }
/*
* check-name: pointer comparison
- * check-command: ./sparsec -Wno-decl -c $file -o tmp.o
+ * check-command: sparsec -Wno-decl -c $file -o tmp.o
*/