aboutsummaryrefslogtreecommitdiff
path: root/tests/pub_import_hello.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pub_import_hello.cu')
-rw-r--r--tests/pub_import_hello.cu6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pub_import_hello.cu b/tests/pub_import_hello.cu
deleted file mode 100644
index a0aeb31..0000000
--- a/tests/pub_import_hello.cu
+++ /dev/null
@@ -1,6 +0,0 @@
-import "import/pub_import_hello.cu";
-
-main()
-{
- hello();
-}