diff --git a/clang/test/CodeGenCXX/debug-info-namespace.cpp b/clang/test/CodeGenCXX/debug-info-namespace.cpp index 89b03a608ce8..27f5eae9780f 100644 --- a/clang/test/CodeGenCXX/debug-info-namespace.cpp +++ b/clang/test/CodeGenCXX/debug-info-namespace.cpp @@ -1,5 +1,4 @@ -// XFAIL: cygwin,mingw -// RUN: %clang -g -S %s -o - | FileCheck %s +// RUN: %clang -g -S -fverbose-asm %s -o - | FileCheck %s // CHECK: TAG_namespace namespace A {