diff options
| author | Yong He <yonghe@outlook.com> | 2020-07-13 15:16:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-13 15:16:09 -0700 |
| commit | 48f26ef082fa3b0c2a02dc57585f7e43210bbb63 (patch) | |
| tree | e3e13e8034c0f2efe1454a51b4df0290056dae9f /tests/compute/dynamic-dispatch-6.slang.expected.txt | |
| parent | 249f48dbb5e240c713661be969a6939ec57561e5 (diff) | |
Dynamic code gen for functions returning generic types. (#1439)
* Dynamic code gen for functions returning generic types.
* Add expected test result.
Diffstat (limited to 'tests/compute/dynamic-dispatch-6.slang.expected.txt')
| -rw-r--r-- | tests/compute/dynamic-dispatch-6.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/compute/dynamic-dispatch-6.slang.expected.txt b/tests/compute/dynamic-dispatch-6.slang.expected.txt new file mode 100644 index 000000000..e785149d2 --- /dev/null +++ b/tests/compute/dynamic-dispatch-6.slang.expected.txt @@ -0,0 +1,4 @@ +4 +4 +4 +4 |
