aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/ValueMapTest.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2016-04-02 16:45:51 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2016-04-02 16:45:51 +0000
commitddbb1cd45a51d24642788599d2e3aafaed9bba0f (patch)
treece8e04eae08022008d9a2faddb23d4a6ad8d2b43 /llvm/unittests/IR/ValueMapTest.cpp
parent520f8542fffc9bc1dae1f866782db867da2e6c39 (diff)
downloadllvm-ddbb1cd45a51d24642788599d2e3aafaed9bba0f.zip
llvm-ddbb1cd45a51d24642788599d2e3aafaed9bba0f.tar.gz
llvm-ddbb1cd45a51d24642788599d2e3aafaed9bba0f.tar.bz2
Document end of anonymous namespaces, NFC
Prevent clang-format from deleting the preceding newline. llvm-svn: 265227
Diffstat (limited to 'llvm/unittests/IR/ValueMapTest.cpp')
-rw-r--r--llvm/unittests/IR/ValueMapTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/IR/ValueMapTest.cpp b/llvm/unittests/IR/ValueMapTest.cpp
index 1431a8d..71a1fd1 100644
--- a/llvm/unittests/IR/ValueMapTest.cpp
+++ b/llvm/unittests/IR/ValueMapTest.cpp
@@ -292,4 +292,4 @@ TYPED_TEST(ValueMapTest, SurvivesModificationByConfig) {
EXPECT_EQ(0u, VM.count(this->AddV.get()));
}
-}
+} // end namespace