diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-02-21 20:58:24 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-02-21 20:58:24 +0000 |
commit | fdf321bfdef28db88090f1fa46e3a1a30f9cdf5d (patch) | |
tree | f5f6e2058fc5be19377aa229bc33d6cdc0f24664 /test/Index/code-completion.cpp | |
parent | 5f8e1be5b5ed996b31f11d970e8fbbc47cdef699 (diff) |
De-XFAIL some win32 tests that are now passing
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96759 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/code-completion.cpp')
-rw-r--r-- | test/Index/code-completion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Index/code-completion.cpp b/test/Index/code-completion.cpp index 619c9eb33e..7fd4376735 100644 --- a/test/Index/code-completion.cpp +++ b/test/Index/code-completion.cpp @@ -52,4 +52,3 @@ void test_overloaded() { // CHECK-OVERLOAD: NotImplemented:{ResultType int &}{Text overloaded}{LeftParen (}{Text struct Z z}{Comma , }{CurrentParameter int second}{RightParen )} // CHECK-OVERLOAD: NotImplemented:{ResultType float &}{Text overloaded}{LeftParen (}{Text int i}{Comma , }{CurrentParameter long second}{RightParen )} // CHECK-OVERLOAD: NotImplemented:{ResultType double &}{Text overloaded}{LeftParen (}{Text float f}{Comma , }{CurrentParameter int second}{RightParen )} -// XFAIL: win32 |