diff options
Diffstat (limited to 'tests/diagnostics/bool-to-float.slang.expected')
| -rw-r--r-- | tests/diagnostics/bool-to-float.slang.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/diagnostics/bool-to-float.slang.expected b/tests/diagnostics/bool-to-float.slang.expected new file mode 100644 index 000000000..e1d851163 --- /dev/null +++ b/tests/diagnostics/bool-to-float.slang.expected @@ -0,0 +1,8 @@ +result code = 0 +standard error = { +tests/diagnostics/bool-to-float.slang(11): warning 30081: implicit conversion from 'bool' to 'float' is not recommended + float f = true; + ^~~~ +} +standard output = { +} |
