diff options
-rw-r--r-- | test/C++Frontend/2006-11-06-StackTrace.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/C++Frontend/2006-11-06-StackTrace.cpp b/test/C++Frontend/2006-11-06-StackTrace.cpp index be7bbc9417..0c2c0afab9 100644 --- a/test/C++Frontend/2006-11-06-StackTrace.cpp +++ b/test/C++Frontend/2006-11-06-StackTrace.cpp @@ -9,8 +9,8 @@ // RUN: gdb -q -batch -n -x %t.in %t.exe | \ // RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)} -// Only works on ppc and x86. Should generalize? -// XFAIL: alpha|ia64|arm|x86_64|amd64 +// Only works on ppc, x86 and x86_64. Should generalize? +// XFAIL: alpha|ia64|arm #include <stdlib.h> |