From 72604ac72d47aed81ebfb1f0a50353e25a0d2503 Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Fri, 17 Jun 2022 00:35:36 +0200 Subject: [PATCH] #1849: tests: Fix licenses --- tests/unit/active/test_async_op_cuda.cc | 2 +- tests/unit/active/test_async_op_mpi.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/active/test_async_op_cuda.cc b/tests/unit/active/test_async_op_cuda.cc index 3dc061fd6a..83fe38ccc5 100644 --- a/tests/unit/active/test_async_op_cuda.cc +++ b/tests/unit/active/test_async_op_cuda.cc @@ -2,7 +2,7 @@ //@HEADER // ***************************************************************************** // -// test_async_op.cc +// test_async_op_cuda.cc // DARMA/vt => Virtual Transport // // Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC diff --git a/tests/unit/active/test_async_op_mpi.cc b/tests/unit/active/test_async_op_mpi.cc index f469ab94bb..dff5e04e59 100644 --- a/tests/unit/active/test_async_op_mpi.cc +++ b/tests/unit/active/test_async_op_mpi.cc @@ -2,7 +2,7 @@ //@HEADER // ***************************************************************************** // -// test_async_op.cc +// test_async_op_mpi.cc // DARMA/vt => Virtual Transport // // Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC