Skip to content

Commit

Permalink
Change the test function name to have sat solver and not bool sat :)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudancs committed Mar 6, 2012
1 parent 72d1c4c commit 65d4b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_regalloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import subprocess


def test_bool_sat():
def test_sat_solver():
"""Tests if the boolean satisfiability is working as expected.
"""
r1 = regalloc.Register()
Expand Down Expand Up @@ -86,4 +86,4 @@ def test_bool_sat():


if __name__ == '__main__':
test_output = test_bool_sat()
test_output = test_sat_solver()

0 comments on commit 65d4b5f

Please sign in to comment.