Skip to content

Commit

Permalink
test: Enable some single source abi related tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Feb 2, 2024
1 parent eb06f80 commit e3c2d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/vast/Compile/SingleSource/putchar-a.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// RUN: %vast-front -o %t %s && %t | %file-check %s
// REQUIRES: abi
// RUN: %vast-front -vast-pipeline=with-abi -o %t %s && %t | %file-check %s

int putchar(int);

Expand Down
3 changes: 1 addition & 2 deletions test/vast/Compile/SingleSource/puts-a.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// RUN: %vast-front -o %t %s && %t hello | %file-check %s
// REQUIRES: abi
// RUN: %vast-front -vast-pipeline=with-abi -o %t %s && %t hello | %file-check %s

int puts(const char *);

Expand Down

0 comments on commit e3c2d96

Please sign in to comment.