view nocompile/html_html_02.HTML @ 1591:a62d2a1c5f14

Add check for D_InlineAsm_X86 to nocompile tests that were missing it. If the version condition is missing, the result is XFAIL.
author Christian Kamm <kamm incasoftware de>
date Thu, 28 Aug 2008 09:59:22 +0200
parents 62c9b99c3a16
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
	<HEAD><TITLE>html_html_02</TITLE></HEAD>
	<BODY>
		<PRE>
<CODE>
// $HeadURL$
// $Date$
// $Author$

// @author@	Thomas Kuehne &#x3C;thomas@kuehne.thisisspam.cn&#x3E;
// @date@	2005-01-23
// @uri@	<a href='news:ct012k$4gt$1@digitaldaemon.com'>news:ct012k$4gt$1@digitaldaemon.com</a>
// @uri@	<a href='nntp://news.digitalmars.com/digitalmars.D.bugs/2742'>nntp://news.digitalmars.com/digitalmars.D.bugs/2742</a>

module dstress.nocompile.html_html_02;

int main(){
	return 0;
}
</CODE></PRE>
	</BODY>
</HTML>