[libcxx-commits] [libcxxabi] r372967 - [Testing] unbreak after r372963

David Zarzycki via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 26 04:32:02 PDT 2019


Author: davezarzycki
Date: Thu Sep 26 04:32:02 2019
New Revision: 372967

URL: http://llvm.org/viewvc/llvm-project?rev=372967&view=rev
Log:
[Testing] unbreak after r372963

Modified:
    libcxxabi/trunk/test/guard_test_basic.pass.cpp

Modified: libcxxabi/trunk/test/guard_test_basic.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/guard_test_basic.pass.cpp?rev=372967&r1=372966&r2=372967&view=diff
==============================================================================
--- libcxxabi/trunk/test/guard_test_basic.pass.cpp (original)
+++ libcxxabi/trunk/test/guard_test_basic.pass.cpp Thu Sep 26 04:32:02 2019
@@ -10,6 +10,7 @@
 
 #define TESTING_CXA_GUARD
 #include "../src/cxa_guard_impl.h"
+#include <cassert>
 
 using namespace __cxxabiv1;
 




More information about the libcxx-commits mailing list