X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FADT%2FPointerIntPairTest.cpp;h=e27a5823a51ed9cc5023749de4adfd57ac6d6c8c;hp=956c250791ec82cbfc4d679b01f893db152cc031;hb=1093924e4575f8b0db279709f71e81a372585ed4;hpb=8d5b76e5d406829f7049dfb6cc6e772e137ed2f0 diff --git a/unittests/ADT/PointerIntPairTest.cpp b/unittests/ADT/PointerIntPairTest.cpp index 956c250791e..e27a5823a51 100644 --- a/unittests/ADT/PointerIntPairTest.cpp +++ b/unittests/ADT/PointerIntPairTest.cpp @@ -16,6 +16,7 @@ namespace { TEST(PointerIntPairTest, GetSet) { struct S { + int i; }; S s;