diff options
| author | Yong He <yonghe@outlook.com> | 2022-07-12 22:45:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-12 22:45:05 -0700 |
| commit | 049aac1b80143753b4b3449e529024bafe2250be (patch) | |
| tree | e6734ef240bf7016562a301009add1761caf06f6 /tests/cpu-program/class.slang.expected | |
| parent | a6775666c38ccaeb2a991921a08343afa09c659b (diff) | |
Support `class` types. (#2321)
* Support `class` types.
* Ignore class-keyword test
* Fix codereview comments and warnings.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/cpu-program/class.slang.expected')
| -rw-r--r-- | tests/cpu-program/class.slang.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cpu-program/class.slang.expected b/tests/cpu-program/class.slang.expected new file mode 100644 index 000000000..70274e060 --- /dev/null +++ b/tests/cpu-program/class.slang.expected @@ -0,0 +1,6 @@ +result code = 0 +standard error = { +} +standard output = { +method +} |
