forked from OSchip/llvm-project
Remove superfluous 'extern' variable that was causing a warning with clang.
llvm-svn: 91552
This commit is contained in:
parent
8cdc2e0590
commit
8478ed5d18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue