diff options
Diffstat (limited to 'test/CodeGenCXX/microsoft-templ-uuidof.cpp')
-rw-r--r-- | test/CodeGenCXX/microsoft-templ-uuidof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/microsoft-templ-uuidof.cpp b/test/CodeGenCXX/microsoft-templ-uuidof.cpp index 0ee3908638378..74d6069bbacf3 100644 --- a/test/CodeGenCXX/microsoft-templ-uuidof.cpp +++ b/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; |