[cfe-commits] [libcxx] r120045 - in /libcxx/trunk/test/atomics/atomics.generic: atomics.types.address/ atomics.types.integral/ nothing_to_do.pass.cpp

Howard Hinnant hhinnant at apple.com
Tue Nov 23 12:26:48 PST 2010


Author: hhinnant
Date: Tue Nov 23 14:26:48 2010
New Revision: 120045

URL: http://llvm.org/viewvc/llvm-project?rev=120045&view=rev
Log:
Update testsuite strucuture to latest draft

Removed:
    libcxx/trunk/test/atomics/atomics.generic/atomics.types.address/
    libcxx/trunk/test/atomics/atomics.generic/atomics.types.integral/
    libcxx/trunk/test/atomics/atomics.generic/nothing_to_do.pass.cpp

Removed: libcxx/trunk/test/atomics/atomics.generic/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/atomics/atomics.generic/nothing_to_do.pass.cpp?rev=120044&view=auto
==============================================================================
--- libcxx/trunk/test/atomics/atomics.generic/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/atomics/atomics.generic/nothing_to_do.pass.cpp (removed)
@@ -1,13 +0,0 @@
-// -*- C++ -*-
-//===----------------------------------------------------------------------===//
-//
-//                     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.
-//
-//===----------------------------------------------------------------------===//
-
-int main()
-{
-}





More information about the cfe-commits mailing list