[libcxxabi] r285571 - Spell libcxxabi-no-threads correctly
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 07:14:05 PDT 2016
Author: ericwf
Date: Mon Oct 31 09:14:04 2016
New Revision: 285571
URL: http://llvm.org/viewvc/llvm-project?rev=285571&view=rev
Log:
Spell libcxxabi-no-threads correctly
Modified:
libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp
Modified: libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp?rev=285571&r1=285570&r2=285571&view=diff
==============================================================================
--- libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp (original)
+++ libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp Mon Oct 31 09:14:04 2016
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-// UNSUPPORTED: libcppabi-no-threads
+// UNSUPPORTED: libcxxabi-no-threads
// REQUIRES: linux
#include <assert.h>
More information about the cfe-commits
mailing list