llvm-project/lldb/test/lang/cpp/rvalue-references
Siva Chandra 9e7a8172a3 [TestRvalueReferences] Fix an expectation.
Summary:
If 'i' is an rvalue reference to an 'int', evaluating it with the
'expression' command will return an 'int' value and not an 'int &&'.
Before this patch, an 'int &&' type was expected.

Enabled the test for clang and gcc as all parts of the test now pass
when the testcase is compiled with them.

Test Plan: dotest.py -C <gcc|clang> -p TestRvalueReferences

Reviewers: spyffe, chaoren

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D9005

llvm-svn: 235036
2015-04-15 18:35:29 +00:00
..
Makefile Fix rvalue test makefile. 2013-07-23 22:08:15 +00:00
TestRvalueReferences.py [TestRvalueReferences] Fix an expectation. 2015-04-15 18:35:29 +00:00
main.cpp