diff options
Diffstat (limited to 'tests/diagnostics')
| -rw-r--r-- | tests/diagnostics/bad-operator-call.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diagnostics/bad-operator-call.slang b/tests/diagnostics/bad-operator-call.slang index 2e0a196a2..fd97d00ac 100644 --- a/tests/diagnostics/bad-operator-call.slang +++ b/tests/diagnostics/bad-operator-call.slang @@ -4,8 +4,8 @@ // Test that bad calls to operators produce reasonable diagnostic messages. -// Note: This test is currently Windows-only becase our Linux builds -// seem to print references to the stdlib code with paths that don't +// Note: This test is currently Windows-only because our Linux builds +// seem to print references to the core module code with paths that don't // match the Windows build (which generated our baseline). struct S {} |
