summaryrefslogtreecommitdiff
path: root/tests/diagnostics
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-07-12 22:45:05 -0700
committerGitHub <noreply@github.com>2022-07-12 22:45:05 -0700
commit049aac1b80143753b4b3449e529024bafe2250be (patch)
treee6734ef240bf7016562a301009add1761caf06f6 /tests/diagnostics
parenta6775666c38ccaeb2a991921a08343afa09c659b (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/diagnostics')
-rw-r--r--tests/diagnostics/class-keyword.slang2
1 files changed, 1 insertions, 1 deletions
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`