diff options
Diffstat (limited to 'libcxx/test/utilities/time/time.clock/time.clock.system/now.pass.cpp')
| -rw-r--r-- | libcxx/test/utilities/time/time.clock/time.clock.system/now.pass.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libcxx/test/utilities/time/time.clock/time.clock.system/now.pass.cpp b/libcxx/test/utilities/time/time.clock/time.clock.system/now.pass.cpp deleted file mode 100644 index 60530fdf3a9..00000000000 --- a/libcxx/test/utilities/time/time.clock/time.clock.system/now.pass.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> - -// system_clock - -// static time_point now(); - -#include <chrono> - -int main() -{ - typedef std::chrono::system_clock C; - C::time_point t1 = C::now(); -} |

