Fix test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131077 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaCXX/MicrosoftExtensions.cpp b/test/SemaCXX/MicrosoftExtensions.cpp
index 4049260..d1da0f7 100644
--- a/test/SemaCXX/MicrosoftExtensions.cpp
+++ b/test/SemaCXX/MicrosoftExtensions.cpp
@@ -187,6 +187,5 @@
 void function_to_voidptr_conv() {
    void *a1 = function_prototype;
    void *a2 = &function_prototype;
-   void *a1 = function_ptr;
-   void *a2 = &function_ptr;
+   void *a3 = function_ptr;
 }