diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-24 22:30:47 +0000 | 
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-24 22:30:47 +0000 | 
| commit | dd6be27427ee0fd5e697aa7f93f317b593ab3874 (patch) | |
| tree | 151eecd418d53963116ee10d9a6dcffe665bb40e /lldb/test/lang/cpp/this/main.cpp | |
| parent | b2a2c031b82ecc4e1850e8ee84026ee8c6d13c36 (diff) | |
| download | bcm5719-llvm-dd6be27427ee0fd5e697aa7f93f317b593ab3874.tar.gz bcm5719-llvm-dd6be27427ee0fd5e697aa7f93f317b593ab3874.zip | |
Remove skip decorator now that crash has been fixed.
Fix a compie warning for main.cpp.
llvm-svn: 138503
Diffstat (limited to 'lldb/test/lang/cpp/this/main.cpp')
| -rw-r--r-- | lldb/test/lang/cpp/this/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lldb/test/lang/cpp/this/main.cpp b/lldb/test/lang/cpp/this/main.cpp index 80afce1c2da..e70823b9a3a 100644 --- a/lldb/test/lang/cpp/this/main.cpp +++ b/lldb/test/lang/cpp/this/main.cpp @@ -16,7 +16,7 @@ public:    int accessMemberConst() const;    static int accessStaticMember(); -  int accessMemberInline(int a) __attribute__ ((always_inline)) +  void accessMemberInline(int a) __attribute__ ((always_inline))    {      m_a = a; // breakpoint 4    } | 

