From: Richard Smith Date: Tue, 25 Oct 2011 01:05:41 +0000 (+0000) Subject: Tidy up testcase from r142890, spotted by Chandler. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f11e923433b62efb0fbaeb2573e8457f1c4a1b1e;p=clang Tidy up testcase from r142890, spotted by Chandler. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142895 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/warn-thread-safety-analysis.cpp b/test/SemaCXX/warn-thread-safety-analysis.cpp index 83e0ff08b9..b020e5712a 100644 --- a/test/SemaCXX/warn-thread-safety-analysis.cpp +++ b/test/SemaCXX/warn-thread-safety-analysis.cpp @@ -1524,10 +1524,6 @@ namespace template_member_test { } }; - struct MutexWrapper { - typedef Mutex Lock; - }; - - template struct IndirectLock; // expected-note {{here}} + template struct IndirectLock; // expected-note {{here}} }