Skip to content
Snippets Groups Projects
Unverified Commit e71d6026 authored by Benjamin Cumming's avatar Benjamin Cumming Committed by GitHub
Browse files

fix names of gpu probe tests (#1012)

Fix build errors for the GPU tests introduced in #1011.
parent d60e2937
No related branches found
No related tags found
No related merge requests found
......@@ -482,14 +482,14 @@ TEST(probe, gpu_expsyn_g) {
}
}
TEST(probe, multicore_ion_conc) {
TEST(probe, gpu_ion_conc) {
context ctx = make_context(proc_allocation{1, arbenv::default_gpu()});
if (has_gpu(ctx)) {
run_ion_density_probe_test<gpu::backend>(ctx);
}
}
TEST(probe, multicore_ion_currents) {
TEST(probe, gpu_ion_currents) {
context ctx = make_context(proc_allocation{1, arbenv::default_gpu()});
if (has_gpu(ctx)) {
run_ion_current_probe_test<gpu::backend>(ctx);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment