Skip to content

Commit

Permalink
Update test reference outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Still <[email protected]>
  • Loading branch information
vlstill committed Aug 20, 2024
1 parent d9f80d1 commit 5eb42db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
spec-issue1297-string-cat-err-1.p4(5): [--Wwarn=mismatch] warning: 1w2: value does not fit in 1 bits
log(1w2
^^^
spec-issue1297-string-cat-err-1.p4(4): [--Werror=type-error] error: Please specify a width for the operand 4 of a concatenation
spec-issue1297-string-cat-err-1.p4(4): [--Werror=type-error] error: "a" ++ 4: Concatenation not defined on string and int
log("a" ++ 4);
^
^^^^^^
spec-issue1297-string-cat-err-1.p4(5): [--Werror=type-error] error: 0 ++ "a": Concatenation not defined on bit<1> and string
log(1w2 ++ "a");
^^^^^^^^^^

0 comments on commit 5eb42db

Please sign in to comment.