diff options
Diffstat (limited to 'tests/diagnostics')
| -rw-r--r-- | tests/diagnostics/gh-1374.slang.expected | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/diagnostics/gh-1374.slang.expected b/tests/diagnostics/gh-1374.slang.expected index f1ae007b5..aafdc409f 100644 --- a/tests/diagnostics/gh-1374.slang.expected +++ b/tests/diagnostics/gh-1374.slang.expected @@ -9,6 +9,9 @@ tests/diagnostics/gh-1374.slang(11): error 39999: the initial-value expression f tests/diagnostics/gh-1374.slang(14): error 39999: the initial-value expression for variable 'kB' depends on the value of the variable itself static const int kB = kA; ^~ +tests/diagnostics/gh-1374.slang(13): error 39999: the initial-value expression for variable 'kA' depends on the value of the variable itself + static const int kA = kB; + ^~ } standard output = { } |
