From 82cdf010329c4ac6827698689e7e39644fad07b6 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 6 May 2023 22:06:25 +0300 Subject: rename *.cu to *.ek + Name changes can be sort of difficult --- tests/import/priv_hello.cu | 1 - tests/import/priv_hello.ek | 1 + tests/import/pub_hello.cu | 1 - tests/import/pub_hello.ek | 1 + tests/import/pub_import_hello.cu | 1 - tests/import/pub_import_hello.ek | 1 + 6 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 tests/import/priv_hello.cu create mode 100644 tests/import/priv_hello.ek delete mode 100644 tests/import/pub_hello.cu create mode 100644 tests/import/pub_hello.ek delete mode 100644 tests/import/pub_import_hello.cu create mode 100644 tests/import/pub_import_hello.ek (limited to 'tests/import') diff --git a/tests/import/priv_hello.cu b/tests/import/priv_hello.cu deleted file mode 100644 index 970efcd..0000000 --- a/tests/import/priv_hello.cu +++ /dev/null @@ -1 +0,0 @@ -hello(){} diff --git a/tests/import/priv_hello.ek b/tests/import/priv_hello.ek new file mode 100644 index 0000000..970efcd --- /dev/null +++ b/tests/import/priv_hello.ek @@ -0,0 +1 @@ +hello(){} diff --git a/tests/import/pub_hello.cu b/tests/import/pub_hello.cu deleted file mode 100644 index f26624e..0000000 --- a/tests/import/pub_hello.cu +++ /dev/null @@ -1 +0,0 @@ -pub hello(){} diff --git a/tests/import/pub_hello.ek b/tests/import/pub_hello.ek new file mode 100644 index 0000000..f26624e --- /dev/null +++ b/tests/import/pub_hello.ek @@ -0,0 +1 @@ +pub hello(){} diff --git a/tests/import/pub_import_hello.cu b/tests/import/pub_import_hello.cu deleted file mode 100644 index 4e6a851..0000000 --- a/tests/import/pub_import_hello.cu +++ /dev/null @@ -1 +0,0 @@ -pub import "pub_hello.cu"; diff --git a/tests/import/pub_import_hello.ek b/tests/import/pub_import_hello.ek new file mode 100644 index 0000000..4e6a851 --- /dev/null +++ b/tests/import/pub_import_hello.ek @@ -0,0 +1 @@ +pub import "pub_hello.cu"; -- cgit v1.3