Remove superfluous 'extern' variable that was causing a warning with clang.

llvm-svn: 91552
This commit is contained in:
Bill Wendling 2009-12-16 19:36:42 +00:00
parent 8cdc2e0590
commit 8478ed5d18
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ TypeId GetTestTypeId() {
// The value of GetTestTypeId() as seen from within the Google Test
// library. This is solely for testing GetTestTypeId().
extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
// This predicate-formatter checks that 'results' contains a test part
// failure of the given type and that the failure message contains the