Skip to content

Commit

Permalink
Remove env var due to new default.
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 ae2fc0b commit 955618a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/basic_tests/handler/handler_mem_op.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: env ENABLE_INFER_AS=1 %clang -std=c++11 -fsycl %s -o %t.out -lstdc++ -lOpenCL -lsycl
// RUN: %clang -std=c++11 -fsycl %s -o %t.out -lstdc++ -lOpenCL -lsycl
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Expand Down

0 comments on commit 955618a

Please sign in to comment.