summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/Regression/Debugger/funccall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Debugger/funccall.ll b/llvm/test/Regression/Debugger/funccall.ll
index 85a8ed119ad..07ab16ad64c 100644
--- a/llvm/test/Regression/Debugger/funccall.ll
+++ b/llvm/test/Regression/Debugger/funccall.ll
@@ -1,5 +1,5 @@
;; RUN: llvm-as -f %s -o %t.bc
-;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc
+;; RUN: echo "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc
;; Debugger type declarations
OpenPOWER on IntegriCloud