diff options
| author | Yong He <yonghe@outlook.com> | 2021-09-03 01:57:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 01:57:31 -0700 |
| commit | 0a81d11bc06e55089f7061225b9553329f697828 (patch) | |
| tree | 31cc310eeb7cae68a5e3e49d882578da7e565dde /tests/compute/dynamic-dispatch-17.slang.expected.txt | |
| parent | cf7dddae74ae990c2b46a9feeaea3b7a33ec077d (diff) | |
Fix crash: dynamic dispatch of generic interface method. (#1929)
* Fix crash: dynamic dispatch of generic interface method.
* Fix memory error.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/compute/dynamic-dispatch-17.slang.expected.txt')
| -rw-r--r-- | tests/compute/dynamic-dispatch-17.slang.expected.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compute/dynamic-dispatch-17.slang.expected.txt b/tests/compute/dynamic-dispatch-17.slang.expected.txt new file mode 100644 index 000000000..253df0793 --- /dev/null +++ b/tests/compute/dynamic-dispatch-17.slang.expected.txt @@ -0,0 +1,2 @@ +type: float +6.0 |
