diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-06-22 01:55:59 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-06-22 01:55:59 +0000 |
| commit | 0202dec2661e0adc3e7f0690b916c0a323f37688 (patch) | |
| tree | ad88d1c079e6dd2712559a834a11810dc8061cfd /libcxx/test/std/language.support/cstdint | |
| parent | 180e0d5cef3eae9c415bf16afaba218507c73d97 (diff) | |
| download | bcm5719-llvm-0202dec2661e0adc3e7f0690b916c0a323f37688.tar.gz bcm5719-llvm-0202dec2661e0adc3e7f0690b916c0a323f37688.zip | |
Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support.
llvm-svn: 273364
Diffstat (limited to 'libcxx/test/std/language.support/cstdint')
| -rw-r--r-- | libcxx/test/std/language.support/cstdint/version.pass.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libcxx/test/std/language.support/cstdint/version.pass.cpp b/libcxx/test/std/language.support/cstdint/version.pass.cpp deleted file mode 100644 index 4c9a43a62ab..00000000000 --- a/libcxx/test/std/language.support/cstdint/version.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <cstdint> - -#include <cstdint> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |

