summaryrefslogtreecommitdiff
path: root/cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp b/cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp
index 08540145dc4e..d807fa190608 100644
--- a/cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp
+++ b/cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp
@@ -10,7 +10,7 @@
// RUN: %clang++ -std=gnu++11 -O1 -glldb -fsanitize=address -arch x86_64 %s -o %t
// RUN: %dexter --fail-lt 1.0 -w \
-// RUN: --binary %t --debugger 'lldb' -- %s
+// RUN: --binary %t %dexter_lldb_args -- %s
#include <deque>
struct A {