Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
PGZXB committed Jan 4, 2023
1 parent 73feb82 commit 29e2c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/backends/dx11_device_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ TEST(Dx11ProgramTest, MaterializeRuntimeTest) {
auto block = builder.extract_ir();
test_prog.prog()->this_thread_config().arch = Arch::dx11;
auto ker = std::make_unique<Kernel>(*test_prog.prog(), std::move(block));
program->compile(ker.get(), nullptr);
program->compile(ker.get());
}

} // namespace directx11
Expand Down

0 comments on commit 29e2c3c

Please sign in to comment.