diff --git a/test/Modules/var-templates.cpp b/test/Modules/var-templates.cpp
index 398e38162c29151e97dd3d06f5a8fdc4eaef95a0..eca2428739693591ff97cd97acf081e2b377ff2d 100644
--- a/test/Modules/var-templates.cpp
+++ b/test/Modules/var-templates.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s
+// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s
 
 #pragma clang module build A
 module A {}