summaryrefslogtreecommitdiff
path: root/test/cfi/stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/stats.cpp')
-rw-r--r--test/cfi/stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cfi/stats.cpp b/test/cfi/stats.cpp
index 566fcfbc2..eb0c2ed95 100644
--- a/test/cfi/stats.cpp
+++ b/test/cfi/stats.cpp
@@ -1,5 +1,5 @@
// RUN: %clangxx_cfi -g -fsanitize-stats -o %t %s
-// RUN: env SANITIZER_STATS_PATH=%t.stats %t
+// RUN: env SANITIZER_STATS_PATH=%t.stats %run %t
// RUN: sanstats %t.stats | FileCheck %s
// FIXME: We currently emit the wrong debug info under devirtualization.