mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
DebugIRTests: Fixup for r204130.
llvm-svn: 204132
This commit is contained in:
parent
cfd1cf2b01
commit
fc7fe0c42b
@ -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…
Reference in New Issue
Block a user