We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c678e7c commit 5f0887dCopy full SHA for 5f0887d
src/LibObjectFile.Tests/Dwarf/DwarfTests.cs
@@ -139,7 +139,7 @@ public void TestDebugLineLibMultipleObjs()
139
{
140
var cppName = "lib";
141
var libShared = $"{cppName}_debug.so";
142
- LinuxUtil.RunLinuxExe("gcc", $"{cppName}_*.cpp -g -shared -o {libShared}");
+ LinuxUtil.RunLinuxExe("gcc", $"{cppName}_a.cpp {cppName}_b.cpp -g -shared -o {libShared}");
143
144
ElfObjectFile elf;
145
using (var inStream = File.OpenRead(libShared))
0 commit comments