mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
DebugIRTests: Fixup for r204130.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204132 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f7a8108a6d
commit
99ffa5c0f4
@ -278,7 +278,7 @@ TEST_F(TestDebugIR, ExistingMetadataRetained) {
|
||||
// verify DebugIR did not generate a file
|
||||
ASSERT_FALSE(removeIfExists(Path)) << "Unexpected file " << Path;
|
||||
|
||||
DICompileUnit CU(*Finder.compile_unit_begin());
|
||||
DICompileUnit CU(*Finder.compile_units().begin());
|
||||
|
||||
// Verify original CU information is retained
|
||||
ASSERT_EQ(Filename, CU.getFilename());
|
||||
|
Loading…
x
Reference in New Issue
Block a user