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/diagnostics/class-keyword.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/diagnostics') diff --git a/tests/diagnostics/class-keyword.slang b/tests/diagnostics/class-keyword.slang index c0495a614..c869496b9 100644 --- a/tests/diagnostics/class-keyword.slang +++ b/tests/diagnostics/class-keyword.slang @@ -1,4 +1,4 @@ -//DIAGNOSTIC_TEST:SIMPLE: +//DISABLED_TEST:DIAGNOSTIC_TEST:SIMPLE: // `class` keyword is a reserved keyword in this context, and wso should produce an error. // It can be used in the form of `enum class` -- cgit v1.2.3