summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@users.sourceforge.net>2006-09-13 14:15:42 +0000
committerBrian Paul <brianp@users.sourceforge.net>2006-09-13 14:15:42 +0000
commit99cb8e65f66e0550396aace3a614cc91dbf3595c (patch)
tree447958e0292e840f0f0d5c385b830619466a6d45
parent7f3e722489a68b7265835a60115ee951f338b099 (diff)
remove abort() after test failure
-rw-r--r--src/glean/tpixelformats.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glean/tpixelformats.cpp b/src/glean/tpixelformats.cpp
index 70d3cce..a02d8ad 100644
--- a/src/glean/tpixelformats.cpp
+++ b/src/glean/tpixelformats.cpp
@@ -1292,8 +1292,6 @@ PixelFormatsTest::runOne(PixelFormatsResult &r, Window &w)
env->log << " Internal Format: " << InternalFormats[intFormat].Name << "\n";
r.numFailed++;
-
- abort();
}
else {
r.numPassed++;