summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/uar_signals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/uar_signals.cc')
-rw-r--r--test/asan/TestCases/Linux/uar_signals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/uar_signals.cc b/test/asan/TestCases/Linux/uar_signals.cc
index 0c75344bb..3c50fcfd1 100644
--- a/test/asan/TestCases/Linux/uar_signals.cc
+++ b/test/asan/TestCases/Linux/uar_signals.cc
@@ -1,6 +1,6 @@
// This test checks that the implementation of use-after-return
// is async-signal-safe.
-// RUN: %clangxx_asan -O1 %s -o %t -lpthread && %t
+// RUN: %clangxx_asan -O1 %s -o %t -lpthread && %run %t
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>