diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-06-27 14:43:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-27 14:43:53 -0700 |
| commit | afe41a6c994a684cd646b4432a285ef959d0716b (patch) | |
| tree | 4f3f1e8b03a1ea3a515c955d3b7e5f6a6b6283f0 /tests/front-end/subdir | |
| parent | 97f253189af41f117e2de17093904cbb45202d46 (diff) | |
| parent | 9eee1175d9c3089ba53ebed12171bf57a40e80e3 (diff) | |
Merge pull request #47 from tfoleyNV/import-subdir
Allow "dotted" import paths
Diffstat (limited to 'tests/front-end/subdir')
| -rw-r--r-- | tests/front-end/subdir/import-subdir-a.slang | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/front-end/subdir/import-subdir-a.slang b/tests/front-end/subdir/import-subdir-a.slang new file mode 100644 index 000000000..3962d4662 --- /dev/null +++ b/tests/front-end/subdir/import-subdir-a.slang @@ -0,0 +1,5 @@ +//TEST_IGNORE_FILE: + +// This is the imported code. + +float foo(float x) { return x; }
\ No newline at end of file |
