Revert "[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)"

This reverts commit 113214e15b5ce3f3ec313eb1fa91a7038ecd072f as the
corresponding change was reverted in a289f66.

GitOrigin-RevId: db7d0ed71c6444bbe710ba107c1601d9c90bfdcc
diff --git a/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp b/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
index 4379ffa..f237dd6 100644
--- a/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
+++ b/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
@@ -102,7 +102,7 @@
     EXPECT_EQ(line, entry.line);
     EXPECT_EQ(address, entry.range.GetBaseAddress());
 
-    EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.GetFile()));
+    EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.file));
   }
 
   bool ContainsCompileUnit(const SymbolContextList &sc_list,