Unittests/Support/Path: Tweak test.

llvm-svn: 123546
This commit is contained in:
Michael J. Spencer 2011-01-15 18:52:49 +00:00
parent 86a5515979
commit ef831d650f

View File

@ -230,7 +230,7 @@ TEST_F(FileSystemTest, Magic) {
ASSERT_FALSE(file.has_error());
StringRef magic(i->magic_str, i->magic_str_len);
file << magic;
file.flush();
file.close();
bool res = false;
ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res));
EXPECT_TRUE(res);