diff options
Diffstat (limited to 'libcxx/test/utilities/time/time.point/duration.fail.cpp')
| -rw-r--r-- | libcxx/test/utilities/time/time.point/duration.fail.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libcxx/test/utilities/time/time.point/duration.fail.cpp b/libcxx/test/utilities/time/time.point/duration.fail.cpp deleted file mode 100644 index ee48bcb392e..00000000000 --- a/libcxx/test/utilities/time/time.point/duration.fail.cpp +++ /dev/null @@ -1,22 +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. -// -//===----------------------------------------------------------------------===// - -// <chrono> - -// time_point - -// Duration shall be an instance of duration. - -#include <chrono> - -int main() -{ - typedef std::chrono::time_point<std::chrono::system_clock, int> T; - T t; -} |

