summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Integer/div-overflow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ubsan/TestCases/Integer/div-overflow.cpp')
-rw-r--r--test/ubsan/TestCases/Integer/div-overflow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ubsan/TestCases/Integer/div-overflow.cpp b/test/ubsan/TestCases/Integer/div-overflow.cpp
index 83aa85448..76dd60de4 100644
--- a/test/ubsan/TestCases/Integer/div-overflow.cpp
+++ b/test/ubsan/TestCases/Integer/div-overflow.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx -fsanitize=signed-integer-overflow %s -o %t && %t 2>&1 | FileCheck %s
+// RUN: %clangxx -fsanitize=signed-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck %s
#include <stdint.h>