diff options
-rw-r--r-- | llvm/unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/BinaryStreamTest.cpp b/llvm/unittests/DebugInfo/PDB/BinaryStreamTest.cpp index c849efdf82e..1cf9bc12f6b 100644 --- a/llvm/unittests/DebugInfo/PDB/BinaryStreamTest.cpp +++ b/llvm/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; |