commit | 36d592718ff342f762e32cbde73d1113f88cb275 | [log] [tgz] |
---|---|---|
author | Dylan Noblesmith <nobled@dreamwidth.org> | Mon Feb 13 12:32:26 2012 +0000 |
committer | Dylan Noblesmith <nobled@dreamwidth.org> | Mon Feb 13 12:32:26 2012 +0000 |
tree | 88fa23ba7153037e08ac0600ee83467216f287dc | |
parent | 1e4c01b79273b9cd4e9e9ecfd3422df3900b8356 [diff] [blame] |
drop more llvm:: prefixes on SmallString<> More cleanup after r149799. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150380 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/Basic/SourceManagerTest.cpp b/unittests/Basic/SourceManagerTest.cpp index 5887211..14f5b22 100644 --- a/unittests/Basic/SourceManagerTest.cpp +++ b/unittests/Basic/SourceManagerTest.cpp
@@ -97,7 +97,7 @@ ASSERT_TRUE(macroExpStartLoc.isFileID()); ASSERT_TRUE(macroExpEndLoc.isFileID()); - llvm::SmallString<32> str; + SmallString<32> str; ASSERT_EQ("M", PP.getSpelling(macroExpStartLoc, str)); ASSERT_EQ(")", PP.getSpelling(macroExpEndLoc, str));