mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Remove superfluous 'extern' variable that was causing a warning with clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74215fc29f
commit
0a0124e4f6
@ -532,7 +532,7 @@ TypeId GetTestTypeId() {
|
|||||||
|
|
||||||
// The value of GetTestTypeId() as seen from within the Google Test
|
// The value of GetTestTypeId() as seen from within the Google Test
|
||||||
// library. This is solely for testing GetTestTypeId().
|
// 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
|
// This predicate-formatter checks that 'results' contains a test part
|
||||||
// failure of the given type and that the failure message contains the
|
// failure of the given type and that the failure message contains the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user