Skip to content

Commit

Permalink
test: Fix label naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Sep 3, 2024
1 parent 6e8d0ee commit d1cd204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vast/Dialect/HighLevel/goto-a.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %vast-cc1 -vast-emit-mlir=hl %s -o %t && %vast-opt %t | diff -B %t -

int main() {
// CHECK: [[L:%[0-9]+]] = hl.label.decl "end" : !hl.label
// CHECK: [[L:%[0-9]+]] = hl.label.decl @end : !hl.label

// CHECK: hl.var @x : !hl.lvalue<!hl.int>
int x;
Expand Down

0 comments on commit d1cd204

Please sign in to comment.