[cfe-commits] [libcxx] r114967 - in /libcxx/trunk/test: ./ atomics/atomics.general/ atomics/atomics.syn/ depr/depr.c.headers/ diagnostics/errno/ re/re.badexp/ re/re.const/ re/re.const/re.err/ re/re.const/re.matchflag/ re/re.const/re.synopt/ re/re.def/ re/re.def/defns.regex.collating.element/ re/re.def/defns.regex.finite.state.machine/ re/re.def/defns.regex.format.specifier/ re/re.def/defns.regex.matched/ re/re.def/defns.regex.primary.equivalence.class/ re/re.def/defns.regex.regular.expression/ re/re.def/defns.regex.su...

Howard Hinnant hhinnant at apple.com
Tue Sep 28 10:19:10 PDT 2010


Author: hhinnant
Date: Tue Sep 28 12:19:10 2010
New Revision: 114967

URL: http://llvm.org/viewvc/llvm-project?rev=114967&view=rev
Log:
fixing whitespace

Modified:
    libcxx/trunk/test/atomics/atomics.general/nothing_to_do.pass.cpp
    libcxx/trunk/test/atomics/atomics.syn/nothing_to_do.pass.cpp
    libcxx/trunk/test/depr/depr.c.headers/errno_h.pass.cpp
    libcxx/trunk/test/diagnostics/errno/cerrno.pass.cpp
    libcxx/trunk/test/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.badexp/regex_error.pass.cpp
    libcxx/trunk/test/re/re.const/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.const/re.err/error_type.pass.cpp
    libcxx/trunk/test/re/re.const/re.matchflag/match_flag_type.pass.cpp
    libcxx/trunk/test/re/re.const/re.synopt/syntax_option_type.pass.cpp
    libcxx/trunk/test/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.def/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.general/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.req/nothing_to_do.pass.cpp
    libcxx/trunk/test/re/re.traits/default.pass.cpp
    libcxx/trunk/test/re/re.traits/length.pass.cpp
    libcxx/trunk/test/re/re.traits/transform.pass.cpp
    libcxx/trunk/test/re/re.traits/transform_primary.pass.cpp
    libcxx/trunk/test/re/re.traits/translate.pass.cpp
    libcxx/trunk/test/re/re.traits/translate_nocase.pass.cpp
    libcxx/trunk/test/re/re.traits/types.pass.cpp
    libcxx/trunk/test/strings/strings.general/nothing_to_do.pass.cpp
    libcxx/trunk/test/thread/futures/futures.state/nothing_to_do.pass.cpp

Modified: libcxx/trunk/test/atomics/atomics.general/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/atomics/atomics.general/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/atomics/atomics.general/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/atomics/atomics.general/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/atomics/atomics.syn/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/atomics/atomics.syn/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/atomics/atomics.syn/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/atomics/atomics.syn/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/depr/depr.c.headers/errno_h.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.c.headers/errno_h.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.c.headers/errno_h.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.c.headers/errno_h.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/diagnostics/errno/cerrno.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/diagnostics/errno/cerrno.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/diagnostics/errno/cerrno.pass.cpp (original)
+++ libcxx/trunk/test/diagnostics/errno/cerrno.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.badexp/regex_error.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.badexp/regex_error.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.badexp/regex_error.pass.cpp (original)
+++ libcxx/trunk/test/re/re.badexp/regex_error.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.const/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.const/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.const/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.const/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.const/re.err/error_type.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.const/re.err/error_type.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.const/re.err/error_type.pass.cpp (original)
+++ libcxx/trunk/test/re/re.const/re.err/error_type.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.const/re.matchflag/match_flag_type.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.const/re.matchflag/match_flag_type.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.const/re.matchflag/match_flag_type.pass.cpp (original)
+++ libcxx/trunk/test/re/re.const/re.matchflag/match_flag_type.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.const/re.synopt/syntax_option_type.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.const/re.synopt/syntax_option_type.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.const/re.synopt/syntax_option_type.pass.cpp (original)
+++ libcxx/trunk/test/re/re.const/re.synopt/syntax_option_type.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.def/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.def/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.def/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.def/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.general/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.general/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.general/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.general/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.req/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.req/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.req/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/re/re.req/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.traits/default.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.traits/default.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.traits/default.pass.cpp (original)
+++ libcxx/trunk/test/re/re.traits/default.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.traits/length.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.traits/length.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.traits/length.pass.cpp (original)
+++ libcxx/trunk/test/re/re.traits/length.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.traits/transform.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.traits/transform.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.traits/transform.pass.cpp (original)
+++ libcxx/trunk/test/re/re.traits/transform.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.traits/transform_primary.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.traits/transform_primary.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.traits/transform_primary.pass.cpp (original)
+++ libcxx/trunk/test/re/re.traits/transform_primary.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.traits/translate.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.traits/translate.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.traits/translate.pass.cpp (original)
+++ libcxx/trunk/test/re/re.traits/translate.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.traits/translate_nocase.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.traits/translate_nocase.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.traits/translate_nocase.pass.cpp (original)
+++ libcxx/trunk/test/re/re.traits/translate_nocase.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/re/re.traits/types.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/re/re.traits/types.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/re/re.traits/types.pass.cpp (original)
+++ libcxx/trunk/test/re/re.traits/types.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/strings/strings.general/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/strings/strings.general/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/strings/strings.general/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/strings/strings.general/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: libcxx/trunk/test/thread/futures/futures.state/nothing_to_do.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/thread/futures/futures.state/nothing_to_do.pass.cpp?rev=114967&r1=114966&r2=114967&view=diff
==============================================================================
--- libcxx/trunk/test/thread/futures/futures.state/nothing_to_do.pass.cpp (original)
+++ libcxx/trunk/test/thread/futures/futures.state/nothing_to_do.pass.cpp Tue Sep 28 12:19:10 2010
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===-------------------------- algorithm ---------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the cfe-commits mailing list