Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Jan 25, 2024
1 parent b401a9a commit c5fd74c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/val/val_modes_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,6 @@ OpFunctionEnd
EXPECT_EQ(SPV_SUCCESS, ValidateInstructions(SPV_ENV_VULKAN_1_3));
}

<<<<<<< HEAD
TEST_F(ValidateMode, MaximalReconvergenceRequiresExtension) {
const std::string spirv = R"(
OpCapability Shader
Expand Down Expand Up @@ -1873,7 +1872,6 @@ OpFunctionEnd
EXPECT_THAT(getDiagnosticString(),
HasSubstr("FPFastMathMode Fast cannot be used by an entry point "
"with the FPFastMathDefault execution mode"));
>>>>>>> 6b56fb66 (SPV_KHR_float_controls2 validation)
}

} // namespace
Expand Down

0 comments on commit c5fd74c

Please sign in to comment.