Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PathogenPlayground/Biohazrd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ci-testing
Choose a base ref
...
head repository: PathogenGymnasium/Biohazrd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ci-testing
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 12, 2020

  1. Added failing test

    PathogenDavid authored Dec 12, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    chrisvest Chris Vest
    Copy the full SHA
    003b6ff View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 Tests/Biohazrd.Tests/BasicTests.cs
4 changes: 4 additions & 0 deletions Tests/Biohazrd.Tests/BasicTests.cs
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ namespace Biohazrd.Tests
{
public sealed class BasicTests
{
[Fact]
public void Failure()
=> Assert.True(false);

private void SmokeTestAssert(TranslatedLibrary library, string? fileName, string structName, string fieldName)
{
Assert.Empty(library.ParsingDiagnostics);