X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.test.sh;h=0a4624c8a34a5af5684b64967b42c3cceaab1a06;hb=3a618201c9f2370bb8784217a866d000371769e5;hp=b7f34a196fe3104d80ebed18d9e1cda9ee677804;hpb=0794cd3908a441222f430ba0cf3bb7c3e1a96c63;p=sbcl.git diff --git a/tests/compiler.test.sh b/tests/compiler.test.sh index b7f34a1..0a4624c 100644 --- a/tests/compiler.test.sh +++ b/tests/compiler.test.sh @@ -50,6 +50,23 @@ cat > $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename < y 1) (funcall (if (> y 0) #'foo #'identity) y)))) +EOF +expect_clean_compile $tmpfilename + # This shouldn't fail despite the apparent type mismatch, because of # the NOTINLINE declaration. cat > $tmpfilename <