diff options
| author | Stella Stamenova <stilis@microsoft.com> | 2018-07-18 15:16:54 +0000 |
|---|---|---|
| committer | Stella Stamenova <stilis@microsoft.com> | 2018-07-18 15:16:54 +0000 |
| commit | 0f97581af74276471100ac25596c0e3762a299d1 (patch) | |
| tree | 03d544caf744074ff8377134814d94d751c31fc0 /lldb/lit/Expr/TestCallUserDefinedFunction.test | |
| parent | e9d7b3198a3dfd805198d52a6e2c8f3f63cb740a (diff) | |
| download | bcm5719-llvm-0f97581af74276471100ac25596c0e3762a299d1.tar.gz bcm5719-llvm-0f97581af74276471100ac25596c0e3762a299d1.zip | |
[lit, lldbsuite] Remove tests that are duplicated between lit and lldb-suite
Summary: Several tests exist in both lit and lldbsuite. This removes the lit version of the duplicated tests.
Reviewers: asmith, zturner
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D49450
llvm-svn: 337393
Diffstat (limited to 'lldb/lit/Expr/TestCallUserDefinedFunction.test')
| -rw-r--r-- | lldb/lit/Expr/TestCallUserDefinedFunction.test | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lldb/lit/Expr/TestCallUserDefinedFunction.test b/lldb/lit/Expr/TestCallUserDefinedFunction.test deleted file mode 100644 index 0c98a9bae78..00000000000 --- a/lldb/lit/Expr/TestCallUserDefinedFunction.test +++ /dev/null @@ -1,20 +0,0 @@ -# XFAIL: windows -# -> llvm.org/pr24489 - -# RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -- %t | FileCheck %s - -breakpoint set --file call-function.cpp --line 52 -run -expression fib(5) -# CHECK: $0 = 5 -expression add(4,8) -# CHECK: $1 = 12 - -expression add(add(5,2),add(3,4)) -# CHECK: $2 = 14 -expression add(add(5,2),fib(5)) -# CHECK: $3 = 12 -expression stringCompare((const char*) "Hello world") -# CHECK: $4 = true -expression stringCompare((const char*) "Hellworld") -# CHECK: $5 = false |

