From 1257146eb41485e91cb13a6b0ccc2fb7faa68b75 Mon Sep 17 00:00:00 2001 From: Puyan Lotfi Date: Fri, 8 Nov 2019 21:06:23 -0500 Subject: [clang][IFS][test] Fixing buildbot test fails for clang-ifs. Checking for the exact triple fails on many bots. Leaving the triple check blank. --- clang/test/InterfaceStubs/class-template-partial-specialization.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/InterfaceStubs/class-template-partial-specialization.cpp') 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 struct S7 { }; -template struct S7 { }; \ No newline at end of file +template struct S7 { }; -- cgit v1.2.3