remove the patch to disable the test: fixed upstream

This commit is contained in:
Sylvestre Ledru 2015-06-15 09:05:45 +00:00
parent 68f05102a5
commit c34a8aae04
2 changed files with 0 additions and 15 deletions

View File

@ -1,14 +0,0 @@
Index: llvm-toolchain-snapshot_3.7~svn238736/unittests/Support/ErrorOrTest.cpp
===================================================================
--- llvm-toolchain-snapshot_3.7~svn238736.orig/unittests/Support/ErrorOrTest.cpp
+++ llvm-toolchain-snapshot_3.7~svn238736/unittests/Support/ErrorOrTest.cpp
@@ -68,7 +68,7 @@ TEST(ErrorOr, Covariant) {
TEST(ErrorOr, Comparison) {
ErrorOr<int> x(std::errc::no_such_file_or_directory);
- EXPECT_EQ(x, std::errc::no_such_file_or_directory);
+// EXPECT_EQ(x, std::errc::no_such_file_or_directory);
}
// ErrorOr<int*> x(nullptr);

View File

@ -38,5 +38,4 @@ strip-svn.diff
lit-lang.diff
compiler-rt-i586.diff
clang-analyzer-force-version.diff
disable-ErrorOr.Comparison-test.diff