diff options
Diffstat (limited to 'cross-project-tests/debuginfo-tests/dexter-tests/vla.c')
| -rw-r--r-- | cross-project-tests/debuginfo-tests/dexter-tests/vla.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/vla.c b/cross-project-tests/debuginfo-tests/dexter-tests/vla.c index ff5297f890e7..6978b5b91fa3 100644 --- a/cross-project-tests/debuginfo-tests/dexter-tests/vla.c +++ b/cross-project-tests/debuginfo-tests/dexter-tests/vla.c @@ -3,7 +3,7 @@ // UNSUPPORTED: system-windows // // RUN: %clang -std=gnu11 -O0 -glldb %s -o %t -// RUN: %dexter --fail-lt 1.0 -w --binary %t --debugger 'lldb' -- %s +// RUN: %dexter --fail-lt 1.0 -w --binary %t %dexter_lldb_args -- %s void init_vla(int size) { int i; |
