From 9566e8af25f87ad034a984db9d847942e454a180 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 25 Jul 2022 10:08:28 -0700 Subject: Allow `class` to implement COM interface, [DLLExport] (#2338) * Allow `class` to implement COM interface, [DLLExport] * Fix [COM] usage in tests and examples with UUIDs. Co-authored-by: Yong He --- tests/cpu-program/class-com.slang.expected | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/cpu-program/class-com.slang.expected (limited to 'tests/cpu-program/class-com.slang.expected') diff --git a/tests/cpu-program/class-com.slang.expected b/tests/cpu-program/class-com.slang.expected new file mode 100644 index 000000000..70274e060 --- /dev/null +++ b/tests/cpu-program/class-com.slang.expected @@ -0,0 +1,6 @@ +result code = 0 +standard error = { +} +standard output = { +method +} -- cgit v1.2.3