diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-02-03 23:50:47 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-02-03 23:50:47 +0000 |
| commit | 879d18bf4ed46c2f5dc6e86fbf9a4e337bcaa4d3 (patch) | |
| tree | 740be150efc2c2fbf87dd39282bace76fdd2a0f1 /libcxxabi/test | |
| parent | 3d2111e43b46cf25db4905026ba5855b578c14a7 (diff) | |
| download | bcm5719-llvm-879d18bf4ed46c2f5dc6e86fbf9a4e337bcaa4d3.tar.gz bcm5719-llvm-879d18bf4ed46c2f5dc6e86fbf9a4e337bcaa4d3.zip | |
Make test require 'linux' instead of 'linux2'
llvm-svn: 228073
Diffstat (limited to 'libcxxabi/test')
| -rw-r--r-- | libcxxabi/test/cxa_thread_atexit_test.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp index 42f713ea02e..e3b07979456 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 <assert.h> #include <cxxabi.h> |

