From af1e77eec3a7abae7f0823e74d3f2986a1358be5 Mon Sep 17 00:00:00 2001 From: Edwin Vane Date: Thu, 11 Jul 2013 15:54:06 +0000 Subject: cpp11-migrate: Add missing file headers in unit tests Differential: http://llvm-reviews.chandlerc.com/D1124 Author: Guillaume Papin llvm-svn: 186093 --- clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp') diff --git a/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp b/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp index 960e3122911..7aea471c21a 100644 --- a/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp +++ b/clang-tools-extra/unittests/cpp11-migrate/IncludeExcludeTest.cpp @@ -1,3 +1,12 @@ +//===- cpp11-migrate/IncludeExcludeTest.cpp - IncludeExclude unit tests ---===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "Core/IncludeExcludeInfo.h" #include "gtest/gtest.h" #include "llvm/Support/FileSystem.h" -- cgit v1.2.3