From 392e4fbdd9b152efff4c051286f6b2c21270c902 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 18 Apr 2012 21:39:23 +0000 Subject: Creating release_31 branch llvm-svn: 155059 llvm-svn: 155053 llvm-svn: 155051 --- .../thread.thread.constr/default.pass.cpp | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp (limited to 'libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp') diff --git a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp deleted file mode 100644 index cd9c2c407b56..000000000000 --- a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp +++ /dev/null @@ -1,23 +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. -// -//===----------------------------------------------------------------------===// - -// - -// class thread - -// thread(); - -#include -#include - -int main() -{ - std::thread t; - assert(t.get_id() == std::thread::id()); -} -- cgit v1.2.3