From 049aac1b80143753b4b3449e529024bafe2250be Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 12 Jul 2022 22:45:05 -0700 Subject: Support `class` types. (#2321) * Support `class` types. * Ignore class-keyword test * Fix codereview comments and warnings. Co-authored-by: Yong He --- tests/cpu-program/class.slang.expected | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/cpu-program/class.slang.expected (limited to 'tests/cpu-program/class.slang.expected') 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 +} -- cgit v1.2.3