diff options
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp b/clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp index 0ee39086383..74d6069bbac 100644 --- a/clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp +++ b/clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - -DDEFINE_GUID -triple=i386-pc-win32 -fms-extensions | FileCheck %s --check-prefix=CHECK +// RUN: %clang_cc1 -emit-llvm %s -o - -DDEFINE_GUID -triple=i386-pc-win32 -fms-extensions | FileCheck %s struct _GUID; |