summaryrefslogtreecommitdiff
path: root/unittests/ADT
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-01-08 07:35:39 +0000
committerBill Wendling <isanbard@gmail.com>2009-01-08 07:35:39 +0000
commit1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec (patch)
tree62e1135a51675c505969d6c33bb96f8fab5d4e5f /unittests/ADT
parent9fee08fce78a9fedc7c7c1c090bcad5f92f7113e (diff)
downloadllvm-1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec.tar.gz
llvm-1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec.tar.bz2
llvm-1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec.tar.xz
80-column violation fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ADT')
-rw-r--r--unittests/ADT/StringMapTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/StringMapTest.cpp b/unittests/ADT/StringMapTest.cpp
index ba53fefb7d..3f135f6bd7 100644
--- a/unittests/ADT/StringMapTest.cpp
+++ b/unittests/ADT/StringMapTest.cpp
@@ -1,4 +1,4 @@
-//===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests -*- C++ -*-===//
+//===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===//
//
// The LLVM Compiler Infrastructure
//