Skip to content

Commit 4a7830b

Browse files
committed
Fix compilation error
1 parent b988a44 commit 4a7830b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LibObjectFile.Tests/Dwarf/DwarfTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void ReadDwarf_version2_should_be_successfull()
2828
Assert.IsNotNull(dwarf);
2929
}
3030

31-
[DataTestMethod]
31+
[TestMethod]
3232
[DataRow(0UL)]
3333
[DataRow(1UL)]
3434
[DataRow(50UL)]

0 commit comments

Comments
 (0)