From 12a9599a81a5d8f6a2b04a2081980c383f311c1a Mon Sep 17 00:00:00 2001 From: Aaron Councilman <aaronjc4@illinois.edu> Date: Fri, 15 Apr 2022 08:55:22 -0500 Subject: [PATCH] Rename HeteroC++ test program --- .../test/integration/src/{test.cc => loopbound_calc.cc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hpvm/projects/hetero-c++/test/integration/src/{test.cc => loopbound_calc.cc} (100%) diff --git a/hpvm/projects/hetero-c++/test/integration/src/test.cc b/hpvm/projects/hetero-c++/test/integration/src/loopbound_calc.cc similarity index 100% rename from hpvm/projects/hetero-c++/test/integration/src/test.cc rename to hpvm/projects/hetero-c++/test/integration/src/loopbound_calc.cc -- GitLab