summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/InterfaceStubs/class-template-partial-specialization.cpp')
-rw-r--r--clang/test/InterfaceStubs/class-template-partial-specialization.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/InterfaceStubs/class-template-partial-specialization.cpp b/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
index ae6e7bf2458..01734294abd 100644
--- a/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
+++ b/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
@@ -2,10 +2,10 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
template<typename> struct S7 { };
-template<typename T> struct S7<T&> { }; \ No newline at end of file
+template<typename T> struct S7<T&> { };
OpenPOWER on IntegriCloud