summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/front-end/import-subdir-search-path.slang3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/front-end/import-subdir-search-path.slang b/tests/front-end/import-subdir-search-path.slang
index e58736e8f..9b7c7a520 100644
--- a/tests/front-end/import-subdir-search-path.slang
+++ b/tests/front-end/import-subdir-search-path.slang
@@ -4,4 +4,7 @@
__import import_subdir_a;
+// Should realize it's the same thing
+__import subdir.import_subdir_a;
+
float bar(float x) { return foo(x); } \ No newline at end of file