aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/PointerIntPairTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/ADT/PointerIntPairTest.cpp')
-rw-r--r--llvm/unittests/ADT/PointerIntPairTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/ADT/PointerIntPairTest.cpp b/llvm/unittests/ADT/PointerIntPairTest.cpp
index 956c250..e27a582 100644
--- a/llvm/unittests/ADT/PointerIntPairTest.cpp
+++ b/llvm/unittests/ADT/PointerIntPairTest.cpp
@@ -16,6 +16,7 @@ namespace {
TEST(PointerIntPairTest, GetSet) {
struct S {
+ int i;
};
S s;