Skip to content

Commit

Permalink
test:repl: Disable raise.c due to unresolved problem (Issue #668).
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Jul 11, 2024
1 parent d572aba commit b13caae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/repl/raise.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// RUN: printf "load %s\n raise vast-hl-to-ll-cf\n show module\n exit" | %vast-repl | %file-check %s
// CHECK: hl.return %0 : !hl.int

// REQUIRES: clone-memory-leak

int main(void) { return 0; }

0 comments on commit b13caae

Please sign in to comment.