summaryrefslogtreecommitdiff
path: root/test/OpenMP/taskgroup_codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/OpenMP/taskgroup_codegen.cpp')
-rw-r--r--test/OpenMP/taskgroup_codegen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/OpenMP/taskgroup_codegen.cpp b/test/OpenMP/taskgroup_codegen.cpp
index d1bc2aafc7b4..0f6e81b3ba0b 100644
--- a/test/OpenMP/taskgroup_codegen.cpp
+++ b/test/OpenMP/taskgroup_codegen.cpp
@@ -32,6 +32,7 @@ int main() {
foo();
// CHECK-NOT: call {{.*}}void @__kmpc_taskgroup
// CHECK-NOT: call {{.*}}void @__kmpc_end_taskgroup
+// CHECK: ret
return a;
}