[libcxxabi] r228073 - Make test require 'linux' instead of 'linux2'

Eric Fiselier eric at efcs.ca
Tue Feb 3 15:50:47 PST 2015


Author: ericwf
Date: Tue Feb  3 17:50:47 2015
New Revision: 228073

URL: http://llvm.org/viewvc/llvm-project?rev=228073&view=rev
Log:
Make test require 'linux' instead of 'linux2'

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=228073&r1=228072&r2=228073&view=diff
==============================================================================
--- libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp (original)
+++ libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp Tue Feb  3 17:50:47 2015
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// REQUIRES: linux2
+// REQUIRES: linux
 
 #include <assert.h>
 #include <cxxabi.h>





More information about the cfe-commits mailing list