From 6cd1779f7b7299bc271e96e3e16809f73971b259 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 29 Jun 2018 12:47:22 -0700 Subject: [PATCH] Rename pex test so that it ends with _test and will be run by regress.py. --- compiler/tests/{22_pex_func_test_with_pinv.py => 22_pex_test.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compiler/tests/{22_pex_func_test_with_pinv.py => 22_pex_test.py} (100%) diff --git a/compiler/tests/22_pex_func_test_with_pinv.py b/compiler/tests/22_pex_test.py similarity index 100% rename from compiler/tests/22_pex_func_test_with_pinv.py rename to compiler/tests/22_pex_test.py