diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-04-18 21:39:23 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-04-18 21:39:23 +0000 |
| commit | 392e4fbdd9b152efff4c051286f6b2c21270c902 (patch) | |
| tree | 4ac339be2c4c7c596f068b59d5e512b157c7b433 /lldb/test/expression_command/call-function/main.cpp | |
| parent | eb1c2bdc1f55fbc5d1e7bb86e9f0e038b0f5adb7 (diff) | |
Creating release_31 branchllvmorg-3.1.0-rc1
llvm-svn: 155059
llvm-svn: 155053
llvm-svn: 155051
Diffstat (limited to 'lldb/test/expression_command/call-function/main.cpp')
| -rw-r--r-- | lldb/test/expression_command/call-function/main.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/test/expression_command/call-function/main.cpp b/lldb/test/expression_command/call-function/main.cpp deleted file mode 100644 index 5391e09fcb12..000000000000 --- a/lldb/test/expression_command/call-function/main.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include <iostream> -#include <string> - -int main (int argc, char const *argv[]) -{ - std::string str = "Hello world"; - std::cout << str << std::endl; - std::cout << str.c_str() << std::endl; - // Please test these expressions while stopped at this line: -#if 0 - print str - print str.c_str() -#endif - return 0; -} |
