Skip to content

Commit

Permalink
Fuse tests into one.
Browse files Browse the repository at this point in the history
Signed-off-by: James Brodman <[email protected]>
  • Loading branch information
jbrodman committed Jun 27, 2019
1 parent 62f2d11 commit ae2fc0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 37 deletions.
11 changes: 6 additions & 5 deletions clang/test/CodeGenSYCL/usm-int-header.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// RUN: %clang_cc1 -std=c++11 -I %S/Inputs -fsycl-is-device -ast-dump %s | FileCheck %s
// RUN: %clang -I %S/Inputs --sycl -Xclang -fsycl-int-header=%t.h %s -c -o kernel.spv
// RUN: FileCheck -input-file=%t.h %s
// RUN: FileCheck -input-file=%t.h %s --check-prefix=INT-HEADER

// CHECK:{ kernel_param_kind_t::kind_pointer, 8, 0 },
// CHECK:{ kernel_param_kind_t::kind_pointer, 8, 8 },
// INT-HEADER:{ kernel_param_kind_t::kind_pointer, 8, 0 },
// INT-HEADER:{ kernel_param_kind_t::kind_pointer, 8, 8 },

//==-------------------usm-params.cpp - USM kernel param aspace test -------==//
//==--usm-int-header.cpp - USM kernel param aspace and int header test -----==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand All @@ -30,4 +31,4 @@ int main() {
});
}


// CHECK: FunctionDecl {{.*}}usm_test 'void (__global int *, __global float *)'
32 changes: 0 additions & 32 deletions clang/test/SemaSYCL/usm-params.cpp

This file was deleted.

0 comments on commit ae2fc0b

Please sign in to comment.