From 879d18bf4ed46c2f5dc6e86fbf9a4e337bcaa4d3 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 3 Feb 2015 23:50:47 +0000 Subject: [PATCH] Make test require 'linux' instead of 'linux2' llvm-svn: 228073 --- libcxxabi/test/cxa_thread_atexit_test.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp index 42f713ea02ec..e3b07979456f 100644 --- a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp +++ b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -// REQUIRES: linux2 +// REQUIRES: linux #include #include