Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 20, 2018
1 parent 38b1bac commit 2ae6622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_all.py
Expand Up @@ -11,11 +11,11 @@ def test_hypot():


def test_matmul():
subprocess.check_call(['RunMatmul'])
subprocess.check_call(['Matmul'])


def test_pisum():
subprocess.check_call(['RunPisum'])
subprocess.check_call(['Pisum'])


if __name__ == '__main__':
Expand Down

0 comments on commit 2ae6622

Please sign in to comment.