From 576ac05bbcc9e8c5e7a9bd99834020f10b99a341 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 8 Aug 2018 22:31:14 +0000 Subject: [PATCH] [VFS] Remove superfluous semicolon from unittest. llvm-svn: 339296 --- clang/unittests/Basic/VirtualFileSystemTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/unittests/Basic/VirtualFileSystemTest.cpp b/clang/unittests/Basic/VirtualFileSystemTest.cpp index 22fbeac..23dbc57 100644 --- a/clang/unittests/Basic/VirtualFileSystemTest.cpp +++ b/clang/unittests/Basic/VirtualFileSystemTest.cpp @@ -158,7 +158,7 @@ std::string getPosixPath(std::string S) { SmallString<128> Result; llvm::sys::path::native(S, Result, llvm::sys::path::Style::posix); return Result.str(); -}; +} } // end anonymous namespace TEST(VirtualFileSystemTest, StatusQueries) { -- 2.7.4