aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/import/pub_import_hello.ek2
-rw-r--r--tests/priv_hello.ek2
-rw-r--r--tests/pub_hello.ek2
-rw-r--r--tests/pub_import_hello.ek2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/import/pub_import_hello.ek b/tests/import/pub_import_hello.ek
index 4e6a851..839f83a 100644
--- a/tests/import/pub_import_hello.ek
+++ b/tests/import/pub_import_hello.ek
@@ -1 +1 @@
-pub import "pub_hello.cu";
+pub import "pub_hello.ek";
diff --git a/tests/priv_hello.ek b/tests/priv_hello.ek
index ef0f4c9..fe6fa86 100644
--- a/tests/priv_hello.ek
+++ b/tests/priv_hello.ek
@@ -1,4 +1,4 @@
-import "import/priv_hello.cu"
+import "import/priv_hello.ek"
main()
{
diff --git a/tests/pub_hello.ek b/tests/pub_hello.ek
index e6bea3b..9dd65d2 100644
--- a/tests/pub_hello.ek
+++ b/tests/pub_hello.ek
@@ -1,4 +1,4 @@
-import "import/pub_hello.cu";
+import "import/pub_hello.ek";
main()
{
diff --git a/tests/pub_import_hello.ek b/tests/pub_import_hello.ek
index a0aeb31..7765efb 100644
--- a/tests/pub_import_hello.ek
+++ b/tests/pub_import_hello.ek
@@ -1,4 +1,4 @@
-import "import/pub_import_hello.cu";
+import "import/pub_import_hello.ek";
main()
{