mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Update expected error message to match code
Fixes failing "Buffer format parsing" unit test
This commit is contained in:
committed by
Baldur Karlsson
parent
d34c2cf658
commit
dd58dd012b
@@ -5781,7 +5781,7 @@ enum e : foo {
|
||||
|
||||
e data;
|
||||
)",
|
||||
1, "unsigned integer"},
|
||||
1, "integer type"},
|
||||
{R"(
|
||||
enum e : uint {
|
||||
val = blah,
|
||||
|
||||
Reference in New Issue
Block a user