Skip to content

Commit

Permalink
Update test_ir2vec.py to reflect llvm18
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy authored Feb 10, 2025
1 parent 6258492 commit 11efe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manylinux2014_Compliant_Source/pkg/tests/test_ir2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ABS_ACCURACY = 1e-4

TEST_SUITE_DIR = pl.Path(__file__).resolve().parents[3] / "src" / "test-suite"
SEED_VERSION = "llvm17"
SEED_VERSION = "llvm18"

ll_files = []
path = TEST_SUITE_DIR / f"index-{SEED_VERSION}.files"
Expand Down

0 comments on commit 11efe5b

Please sign in to comment.