diff options
Diffstat (limited to 'test/OpenMP/capturing_in_templates.cpp')
-rw-r--r-- | test/OpenMP/capturing_in_templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/capturing_in_templates.cpp b/test/OpenMP/capturing_in_templates.cpp index a4dcbee8fab97..9b2d9d304e0a3 100644 --- a/test/OpenMP/capturing_in_templates.cpp +++ b/test/OpenMP/capturing_in_templates.cpp @@ -15,7 +15,7 @@ pair<T1, T2> make_pair(T1 &&t1, T2 &&t2) { // CHECK-LABEL: @main int main(int argc, char **argv) { -// CHECK: call i32 @__tgt_target(i32 -1, i8* @{{.+}}.region_id, i32 0, i8** null, i8** null, i64* null, i32* null) +// CHECK: call i32 @__tgt_target(i64 -1, i8* @{{.+}}.region_id, i32 0, i8** null, i8** null, i64* null, i64* null) #pragma omp target { for (int i = 0; i < 64; ++i) { |