diff options
Diffstat (limited to 'modules/remote-sycl/tests/SConscript')
-rw-r--r-- | modules/remote-sycl/tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/tests/SConscript b/modules/remote-sycl/tests/SConscript index 3a9a2cf..f56f0bd 100644 --- a/modules/remote-sycl/tests/SConscript +++ b/modules/remote-sycl/tests/SConscript @@ -12,7 +12,7 @@ dir_path = Dir('.').abspath # Environment for base library test_cases_env = env.Clone(); -test_cases_env['CXX'] = 'syclcc'; +test_cases_env['CXX'] = 'acpp'; test_cases_env.Append(LIBS=['forstio-test']); |