diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-04-14 12:30:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 12:30:58 -0400 |
| commit | 97f302eef584ac5c85baff74d8f453d0067705ae (patch) | |
| tree | 1c7c57b9bd418aaa07fc6cf96c413c6b906be74f /tests/bugs/vec-init.slang.expected.txt | |
| parent | 36b8217fcb4b8ea4566470635f492331171da7f3 (diff) | |
Fix for vector initialization combinations (#1794)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Made vector init combinations explicit.
* Add test for vector initialization.
* Small comment change - really just to retrigger TC.
Diffstat (limited to 'tests/bugs/vec-init.slang.expected.txt')
| -rw-r--r-- | tests/bugs/vec-init.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/vec-init.slang.expected.txt b/tests/bugs/vec-init.slang.expected.txt new file mode 100644 index 000000000..a8dfa1453 --- /dev/null +++ b/tests/bugs/vec-init.slang.expected.txt @@ -0,0 +1,4 @@ +40000000 +41080000 +41700000 +41AC0000 |
