aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Object/YAMLTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Object/YAMLTest.cpp')
-rw-r--r--unittests/Object/YAMLTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Object/YAMLTest.cpp b/unittests/Object/YAMLTest.cpp
index 3ae92ae..1eb1113 100644
--- a/unittests/Object/YAMLTest.cpp
+++ b/unittests/Object/YAMLTest.cpp
@@ -34,5 +34,5 @@ TEST(ObjectYAML, BinaryRef) {
llvm::raw_svector_ostream OS(Buf);
yaml::Output YOut(OS);
YOut << BH;
- EXPECT_NE(OS.str().find("\"\""), StringRef::npos);
+ EXPECT_NE(OS.str().find("''"), StringRef::npos);
}