From 162e2f4db33062a202c65be4c66cfb51dae13ab6 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 28 Feb 2010 20:43:35 +0100 Subject: [PATCH] Remove .ii tests Removed .ii tests as some compilers (including newer versions of gcc) determine which language to use based on .i/.ii extension, and C++ may not be installed. --- test.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test.sh b/test.sh index 870092906..787b320be 100755 --- a/test.sh +++ b/test.sh @@ -278,16 +278,6 @@ base_tests() { checkstat 'cache hit (preprocessed)' 10 checkstat 'cache miss' 38 - testname="direct .ii file" - mv test1.i test1.ii - $CCACHE_COMPILE -c test1.ii - checkstat 'cache hit (preprocessed)' 10 - checkstat 'cache miss' 39 - - $CCACHE_COMPILE -c test1.ii - checkstat 'cache hit (preprocessed)' 11 - checkstat 'cache miss' 39 - testname="no object file" cat <<'EOF' >test_no_obj.c int test_no_obj; -- 2.47.3