summaryrefslogtreecommitdiff
path: root/test/cfi/two-vcalls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/two-vcalls.cpp')
-rw-r--r--test/cfi/two-vcalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cfi/two-vcalls.cpp b/test/cfi/two-vcalls.cpp
index 854b3e005..fbe4d971a 100644
--- a/test/cfi/two-vcalls.cpp
+++ b/test/cfi/two-vcalls.cpp
@@ -1,5 +1,5 @@
// RUN: %clangxx_cfi_diag -o %t %s
-// RUN: %t 2>&1 | FileCheck %s
+// RUN: %run %t 2>&1 | FileCheck %s
// This test checks that we don't generate two type checks,
// if two virtual calls are in the same function.