Skip to content

Commit

Permalink
Run CLocksTest with llvm files
Browse files Browse the repository at this point in the history
  • Loading branch information
hernan-poncedeleon committed Aug 6, 2023
1 parent 88ed0fe commit c20a2f7
Show file tree
Hide file tree
Showing 4 changed files with 910 additions and 37 deletions.
36 changes: 0 additions & 36 deletions benchmarks/c/miscellaneous/pthread_mutex.c

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public CLocksTest(String name, Arch target, Result expected) {

@Override
protected Provider<String> getProgramPathProvider() {
return Provider.fromSupplier(() -> TEST_RESOURCE_PATH + "locks/" + name + ".bpl");
return Provider.fromSupplier(() -> TEST_RESOURCE_PATH + "locks/" + name + ".ll");
}

@Override
Expand Down
Loading

0 comments on commit c20a2f7

Please sign in to comment.