From 21e4fcc6b0fb1a78c8cb75a5efc816e5bf46f717 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 24 Aug 2013 23:32:13 +0300 Subject: Get has_function from cross file. --- run_cross_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_cross_test.py') diff --git a/run_cross_test.py b/run_cross_test.py index 093f30d3e..f74be6312 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -78,7 +78,7 @@ def run_tests(): except OSError: pass print('\nRunning cross compilation tests.\n') - commontests = commontests[:28] + commontests[28:] + commontests = commontests[:28] + commontests[30:38] + commontests[39:] [run_test(t) for t in commontests] if __name__ == '__main__': -- cgit v1.2.3