Address post-commit review comments regarding test_workarounds.h
authorEric Fiselier <eric@efcs.ca>
Thu, 23 Mar 2017 00:48:59 +0000 (00:48 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 23 Mar 2017 00:48:59 +0000 (00:48 +0000)
llvm-svn: 298566

libcxx/test/support/test.workarounds/c1xx_broken_nullptr_conversion_operator.pass.cpp
libcxx/test/support/test_workarounds.h

index ade241f..250d06d 100644 (file)
 
 // Verify TEST_WORKAROUND_C1XX_BROKEN_NULLPTR_CONVERSION_OPERATOR.
 
-#include "test_workarounds.h"
-
 #include <type_traits>
 
+#include "test_workarounds.h"
+
 struct ConvertsToNullptr {
   using DestType = decltype(nullptr);
   operator DestType() const { return nullptr; }
index ec77a14..affdd10 100644 (file)
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===---------------------------- test_macros.h ---------------------------===//
+//===----------------------------------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //