diff --git a/clang/test/AST/ast-print-int128.cpp b/clang/test/AST/ast-print-int128.cpp index 01a130ceaa3251..51d15b609f0bfd 100644 --- a/clang/test/AST/ast-print-int128.cpp +++ b/clang/test/AST/ast-print-int128.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -ast-print -std=c++20 %s -o - | FileCheck %s +// RUN: %clang_cc1 -ast-print -std=c++20 %s -o - -triple x86_64-linux | FileCheck %s template struct enable_if {