Skip to content

Commit 07d7562

Browse files
committed
fix typo
1 parent fc392c8 commit 07d7562

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
config.required_features = []
5757
config.unsupported_features = []
5858

59-
#config.available_features.add("aaa")
60-
6159
# test-mode: Set if tests should run normally or only build/run
6260
config.test_mode = lit_config.params.get("test-mode", "full")
6361
config.fallback_build_run_only = False
@@ -988,7 +986,7 @@ def get_sycl_ls_verbose(sycl_device, env):
988986

989987
# Check for enabled NewOffloadModel
990988
if lit_config.params.get("enable_new_offload_model", "False") != "False":
991-
config.available_features.add("aaa")
989+
config.available_features.add("new-offload-model")
992990
config.cxx_flags += "--offload-new-driver "
993991

994992
# That has to be executed last so that all device-independent features have been

0 commit comments

Comments
 (0)