diff options
| author | Yong He <yonghe@outlook.com> | 2021-10-21 16:27:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-21 16:27:40 -0700 |
| commit | dc991f7cb6b7f9f7271f4e557cfdd3e59804d1d3 (patch) | |
| tree | 28d1a5974087e8d5c60645befe8808474332d3e5 /tests/compute/dynamic-dispatch-18.slang.expected.txt | |
| parent | 9304c2d04c9bfbae33cc328d404b24aba375aa4f (diff) | |
Passing associated type arguments to existential parameters + packing for `bool`. (#1987)
* Passing associated type arguments to existential parameters + packing for `bool`.
* fix typo
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/compute/dynamic-dispatch-18.slang.expected.txt')
| -rw-r--r-- | tests/compute/dynamic-dispatch-18.slang.expected.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compute/dynamic-dispatch-18.slang.expected.txt b/tests/compute/dynamic-dispatch-18.slang.expected.txt new file mode 100644 index 000000000..4b1f4c0d9 --- /dev/null +++ b/tests/compute/dynamic-dispatch-18.slang.expected.txt @@ -0,0 +1,2 @@ +type: float +0.000000 |
