summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/enum-codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/enum-codegen.cpp')
-rw-r--r--clang/test/Modules/enum-codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/enum-codegen.cpp b/clang/test/Modules/enum-codegen.cpp
index d78d27caccf..4397b457801 100644
--- a/clang/test/Modules/enum-codegen.cpp
+++ b/clang/test/Modules/enum-codegen.cpp
@@ -1,7 +1,7 @@
// RUN: rm -rf %t
// RUN: %clang_cc1 -triple %itanium_abi_triple -fmodules -fmodules-cache-path=%t %s -emit-llvm -o - | FileCheck %s
-// CHECK: @_Z3varIiE = {{.*}} %union.union_type { i8 1 },
+// CHECK: @{{.*var.*}} = {{.*}} %union.union_type { i8 1 },
#pragma clang module build bar
module bar {
OpenPOWER on IntegriCloud