Skip to content

Commit

Permalink
test:repl: Update test to reflect changes in driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Jul 10, 2024
1 parent c81bbc5 commit d572aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repl/raise.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: printf "load %s\n raise vast-hl-to-ll-cf\n show module\n exit" | %vast-repl | %file-check %s
// CHECK: ll.return %0 : !hl.int
// CHECK: hl.return %0 : !hl.int

int main(void) { return 0; }

0 comments on commit d572aba

Please sign in to comment.