From e74604f2bed779b7a2439d9fa0fc0d4196605f90 Mon Sep 17 00:00:00 2001 From: Naser Mahfouz Date: Thu, 25 Jul 2024 22:24:07 -0400 Subject: [PATCH] remove sunlit sync to host --- components/eamxx/src/diagnostics/tests/aodvis_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/eamxx/src/diagnostics/tests/aodvis_test.cpp b/components/eamxx/src/diagnostics/tests/aodvis_test.cpp index 15de175da67..8090a9300fd 100644 --- a/components/eamxx/src/diagnostics/tests/aodvis_test.cpp +++ b/components/eamxx/src/diagnostics/tests/aodvis_test.cpp @@ -109,7 +109,6 @@ TEST_CASE("aodvis") { // Check result tau.sync_to_host(); - sunlit.sync_to_host(); diag->get_diagnostic().sync_to_host(); const auto tau_h = tau.get_view();