Browse Source

Added "native" support for typeof on VC8.0
Marked acc as not supporting native typeof


[SVN r36748]

Peder Holt 19 years ago
parent
commit
adcf194eb6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      status/explicit-failures-markup.xml

+ 1 - 2
status/explicit-failures-markup.xml

@@ -2341,8 +2341,7 @@ for more information.
         </mark-unusable>
         <mark-expected-failures>
             <test name="*_native"/>
-            <toolset name="vc-8_0*"/>
-            <toolset name="msvc-8.0*"/>
+            <toolset name="acc"/>
             <toolset name="intel-vc71-win*"/>
             <toolset name="intel-vc8-win*"/>
             <toolset name="como-4_3_3-vc7_1"/>

粤ICP备19079148号