gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11482: Now that we ship our own dej


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11482: Now that we ship our own dejagnu.h we can use it rather than the hand-crafted replacement.
Date: Mon, 07 Sep 2009 20:29:56 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11482
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2009-09-07 20:29:56 +0200
message:
  Now that we ship our own dejagnu.h we can use it rather than the hand-crafted 
replacement.
modified:
  testsuite/check.h
=== modified file 'testsuite/check.h'
--- a/testsuite/check.h 2008-12-09 15:13:55 +0000
+++ b/testsuite/check.h 2009-09-07 18:29:56 +0000
@@ -9,8 +9,7 @@
 #include <iostream>
 #include <string>
 
-// TODO: ensure dejagnu.h defines xpass/xfail too (seems a new feature :()
-#undef HAVE_DEJAGNU_H // missing xcheck/xfail !
+#define HAVE_DEJAGNU_H 1 // we ship our own now...
 #ifdef HAVE_DEJAGNU_H
 #include "dejagnu.h"
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]