summaryrefslogtreecommitdiff
path: root/tests/diagnostics/variable-redeclaration.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/variable-redeclaration.slang')
-rw-r--r--tests/diagnostics/variable-redeclaration.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diagnostics/variable-redeclaration.slang b/tests/diagnostics/variable-redeclaration.slang
index bbd6a07c0..d238442e8 100644
--- a/tests/diagnostics/variable-redeclaration.slang
+++ b/tests/diagnostics/variable-redeclaration.slang
@@ -37,7 +37,7 @@ int testLocalShadowing(int x)
}
// Structure fields
-
+// Note: more diagnostics will be reported here because of the constructor synthesis
struct S
{
int f;