Marked a few LocalFunction regression tests.

[SVN r77799]
This commit is contained in:
Lorenzo Caminiti 2012-04-07 00:30:23 +00:00
parent 5e0265750c
commit 0913440d76

View file

@ -2464,7 +2464,7 @@
<test name="return_assign"/>
<test name="return_derivative"/>
<test name="return_inc"/>
<test name="return_getset"/>
<test name="return_setget"/>
<test name="return_this"/>
<test name="same_line"/>
<test name="transform"/>
@ -2485,6 +2485,8 @@
<toolset name="darwin-4.4_0x"/>
<toolset name="gcc-4.5.3_0x"/>
<toolset name="gcc-4.4.4_0x"/>
<toolset name="gcc-4.6.2_0x"/>
<toolset name="msvc-10.0"/>
<note author="Lorenzo Caminiti">
This test does not allow C++11 auto-declaration support
(beccause it uses the `auto` keyword as storage classifier).