mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 11:28:34 +00:00
remove the patch to disable the test: fixed upstream
This commit is contained in:
parent
68f05102a5
commit
c34a8aae04
@ -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);
|
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -38,5 +38,4 @@ strip-svn.diff
|
|||||||
lit-lang.diff
|
lit-lang.diff
|
||||||
compiler-rt-i586.diff
|
compiler-rt-i586.diff
|
||||||
clang-analyzer-force-version.diff
|
clang-analyzer-force-version.diff
|
||||||
disable-ErrorOr.Comparison-test.diff
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user