diff --git a/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp b/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp
index 13c68ea..fe420a5 100644
--- a/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp
+++ b/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp
@@ -63,7 +63,7 @@ int main()
         std::ostream os(&sb);
         const void* n = 0;
         os << n;
-        assert(sb.str() == "0x0");
+        assert(sb.str() == "0x0" || sb.str() == "(nil)");
         assert(os.good());
     }
     {
diff --git a/www/results.Linux.html b/www/results.Linux.html
index bb4a595..ddecb0a 100644
--- a/www/results.Linux.html
+++ b/www/results.Linux.html
@@ -35,11 +35,6 @@ input.output/
     11:55:59 PM EST' which does not match the expected result in the
     test.
    put_time.pass.cpp: idem.
-  output.streams/
-   ostream.formatted/
-    ostream.inserters.arithmetic/
-     pointer.pass.cpp: Local representation of NULL is '(nil)' which
-      the test does not expect. Patch in progress.
 language.support/
  support.start.term/
   quick_exit.pass.cpp: Fails because it doesn't know about
