summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-01 20:58:28 +0000
committerZachary Turner <zturner@google.com>2017-03-01 20:58:28 +0000
commit6256a696c193d0c3572c7ed3da775db720b17126 (patch)
tree9e0c27b191e3470e15c7a547d88978e2e4cbf29a /unittests
parent49ddd6627fa4e27d6d2e2b618a5f964340163dd1 (diff)
Disable BinaryStreamTest.StreamReaderObject.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/DebugInfo/PDB/BinaryStreamTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/DebugInfo/PDB/BinaryStreamTest.cpp b/unittests/DebugInfo/PDB/BinaryStreamTest.cpp
index c849efdf82e..1cf9bc12f6b 100644
--- a/unittests/DebugInfo/PDB/BinaryStreamTest.cpp
+++ b/unittests/DebugInfo/PDB/BinaryStreamTest.cpp
@@ -504,7 +504,7 @@ TEST_F(BinaryStreamTest, StreamReaderEnum) {
}
}
-TEST_F(BinaryStreamTest, StreamReaderObject) {
+TEST_F(BinaryStreamTest, DISABLED_StreamReaderObject) {
struct Foo {
int X;
double Y;