summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/attribute-error.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/attribute-error.slang.expected')
-rw-r--r--tests/diagnostics/attribute-error.slang.expected8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/diagnostics/attribute-error.slang.expected b/tests/diagnostics/attribute-error.slang.expected
new file mode 100644
index 000000000..e372eb957
--- /dev/null
+++ b/tests/diagnostics/attribute-error.slang.expected
@@ -0,0 +1,8 @@
+result code = 1
+standard error = {
+tests/diagnostics/attribute-error.slang(19): error 30019: expected an expression of type 'float', got 'String'
+tests/diagnostics/attribute-error.slang(22): error 31002: attribute 'MyStruct' is not valid here
+tests/diagnostics/attribute-error.slang(24): error 39999: expression does not evaluate to a compile-time constant
+}
+standard output = {
+}