[llvm-commits] [llvm] r61919 - /llvm/trunk/unittests/ADT/StringMapTest.cpp
Bill Wendling
isanbard at gmail.com
Wed Jan 7 23:35:40 PST 2009
Author: void
Date: Thu Jan 8 01:35:39 2009
New Revision: 61919
URL: http://llvm.org/viewvc/llvm-project?rev=61919&view=rev
Log:
80-column violation fix.
Modified:
llvm/trunk/unittests/ADT/StringMapTest.cpp
Modified: llvm/trunk/unittests/ADT/StringMapTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ADT/StringMapTest.cpp?rev=61919&r1=61918&r2=61919&view=diff
==============================================================================
--- llvm/trunk/unittests/ADT/StringMapTest.cpp (original)
+++ llvm/trunk/unittests/ADT/StringMapTest.cpp Thu Jan 8 01:35:39 2009
@@ -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
//
More information about the llvm-commits
mailing list