diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-01-08 07:35:39 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-01-08 07:35:39 +0000 |
commit | 1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec (patch) | |
tree | 62e1135a51675c505969d6c33bb96f8fab5d4e5f /unittests | |
parent | 9fee08fce78a9fedc7c7c1c090bcad5f92f7113e (diff) | |
download | external_llvm-1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec.zip external_llvm-1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec.tar.gz external_llvm-1ed3663b49c7a00fa2bec8a70ee59fe05b9173ec.tar.bz2 |
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')
-rw-r--r-- | unittests/ADT/StringMapTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/StringMapTest.cpp b/unittests/ADT/StringMapTest.cpp index ba53fef..3f135f6 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 // |