summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-02-03 23:50:47 +0000
committerEric Fiselier <eric@efcs.ca>2015-02-03 23:50:47 +0000
commitcc8269f526e8ae2004b73151e9152813c3adb8c7 (patch)
tree1823fa5f2f977f446e3a8326fdd07e205de9d082 /test
parentff417a5531e53be097495637f0b2d2c7efc5bdca (diff)
Make test require 'linux' instead of 'linux2'
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@228073 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/cxa_thread_atexit_test.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cxa_thread_atexit_test.pass.cpp b/test/cxa_thread_atexit_test.pass.cpp
index 42f713e..e3b0797 100644
--- a/test/cxa_thread_atexit_test.pass.cpp
+++ b/test/cxa_thread_atexit_test.pass.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-// REQUIRES: linux2
+// REQUIRES: linux
#include <assert.h>
#include <cxxabi.h>