From 497b57ad0b9ee34aeb8c56e9f47332912b50d58c Mon Sep 17 00:00:00 2001 From: Denys Petrov Date: Tue, 10 Aug 2021 19:19:27 +0300 Subject: [PATCH] revert test commit --- clang/test/Analysis/PR47511.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Analysis/PR47511.cpp b/clang/test/Analysis/PR47511.cpp index a9f2d592b6f5..d42799f4fbde 100644 --- a/clang/test/Analysis/PR47511.cpp +++ b/clang/test/Analysis/PR47511.cpp @@ -14,6 +14,6 @@ constexpr strong_ordering strong_ordering::less = {-1}; } // namespace std void test() { - // No crash + // no crash (void)(0 <=> 0); }