summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/tests/sycl_basics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/tests/sycl_basics.cpp')
-rw-r--r--modules/remote-sycl/tests/sycl_basics.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/remote-sycl/tests/sycl_basics.cpp b/modules/remote-sycl/tests/sycl_basics.cpp
index 61e0d87..7212a77 100644
--- a/modules/remote-sycl/tests/sycl_basics.cpp
+++ b/modules/remote-sycl/tests/sycl_basics.cpp
@@ -15,15 +15,6 @@ using TestStruct = Struct<
using Foo = Interface<
Member<Function<TestStruct, Void>, "foo">
>;
-
-using Calculator = Interface<
- Member<
- Function<Tuple<Int64, Int64>, Int64>, "add"
- >
-, Member<
- Function<Tuple<Int64, Int64>, Int64>, "multiply"
- >
->;
}
SAW_TEST("SYCL Test Setup"){
using namespace saw;